diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-02-23 13:04:58 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-02-23 13:04:58 +0100 |
commit | f04cf03f75ffca0b99562c027c1c57340d375f66 (patch) | |
tree | c519404b0a739443194821dc72431eb35b5d4988 /include/mysql.h.pp | |
parent | 2840821cc92c302c9172ef6d47c484b5bdfcc785 (diff) | |
download | mariadb-git-f04cf03f75ffca0b99562c027c1c57340d375f66.tar.gz |
fix for a possible DoS in the my_net_skip_rest()
Diffstat (limited to 'include/mysql.h.pp')
-rw-r--r-- | include/mysql.h.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql.h.pp b/include/mysql.h.pp index c333cb2bec5..3fb232cea51 100644 --- a/include/mysql.h.pp +++ b/include/mysql.h.pp @@ -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; |