mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 17:25:31 +02:00
fix for a possible DoS in the my_net_skip_rest()
This commit is contained in:
parent
2840821cc9
commit
f04cf03f75
4 changed files with 10 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ typedef struct st_net {
|
|||
unsigned int *return_status;
|
||||
unsigned char reading_or_writing;
|
||||
char save_char;
|
||||
my_bool unused0;
|
||||
char net_skip_rest_factor;
|
||||
my_bool unused;
|
||||
my_bool compress;
|
||||
my_bool unused1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue