1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-21 16:03:24 +03:00

fix for a possible DoS in the my_net_skip_rest()

This commit is contained in:
Sergei Golubchik
2010-02-23 13:04:58 +01:00
parent 2840821cc9
commit f04cf03f75
4 changed files with 10 additions and 3 deletions

View File

@@ -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;