1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +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

@@ -254,7 +254,7 @@ typedef struct st_net {
unsigned int *return_status;
unsigned char reading_or_writing;
char save_char;
my_bool unused0; /* Please remove with the next incompatible ABI change. */
char net_skip_rest_factor;
my_bool unused; /* Please remove with the next incompatible ABI change */
my_bool compress;
my_bool unused1; /* Please remove with the next incompatible ABI change. */