php-src/ext/mysqlnd
Andrey Hristov fa8a1c387a Fix valgrind error (sending of initialized bytes over the network).
When the compression was successful the compressed data + uninitialized data
at the end was sent to the server, because the length of the compressed payload
wasn't correctly calculated (actually the length of the uncompressed payload as assumed).
However, the uncompress() function has internally the length of the real payload and skips
the binary trash at the end - thus no data damage occurs!
2011-08-31 18:18:23 +00:00
..
config9.m4 Fix compressed build, make it easier 2011-03-23 17:14:28 +00:00
config-win.h MFB: More Windows types cleanup 2008-11-06 18:48:55 +00:00
config.w32 Fixed bug #53795 (Connect Error from MySqli (mysqlnd) when using SSL) 2011-01-31 12:47:28 +00:00
CREDITS
mysqlnd_block_alloc.c - Year++ 2011-01-01 02:19:59 +00:00
mysqlnd_block_alloc.h - Year++ 2011-01-01 02:19:59 +00:00
mysqlnd_charset.c Sync r314808 to 5_3 branch 2011-08-23 10:18:48 +00:00
mysqlnd_charset.h - Year++ 2011-01-01 02:19:59 +00:00
mysqlnd_debug.c - Year++ 2011-01-01 02:19:59 +00:00
mysqlnd_debug.h add the BLOCK_LEAVE macro for non-gcc and non-win 2011-05-04 19:09:12 +00:00
mysqlnd_enum_n_def.h Add two new enums constants from the server 2011-01-31 13:52:21 +00:00
mysqlnd_libmysql_compat.h - Year++ 2011-01-01 02:19:59 +00:00
mysqlnd_loaddata.c Fix more warnings about size_t 2011-02-01 19:30:22 +00:00
mysqlnd_net.c Fix valgrind error (sending of initialized bytes over the network). 2011-08-31 18:18:23 +00:00
mysqlnd_net.h - Year++ 2011-01-01 02:19:59 +00:00
mysqlnd_portability.h Even better patch 2010-10-04 12:59:29 +00:00
mysqlnd_priv.h fix macros 2011-05-31 10:35:07 +00:00
mysqlnd_ps_codec.c fix buffer overflow - overwriting with 0x0, due to 2011-03-24 16:12:18 +00:00
mysqlnd_ps.c fix warnings. These checks are not needed because 2011-02-01 16:55:20 +00:00
mysqlnd_result_meta.c - Year++ 2011-01-01 02:19:59 +00:00
mysqlnd_result_meta.h - Year++ 2011-01-01 02:19:59 +00:00
mysqlnd_result.c exchange a "trap" with an error 2011-05-17 09:44:11 +00:00
mysqlnd_result.h - Year++ 2011-01-01 02:19:59 +00:00
mysqlnd_statistics.c fix zts build 2011-01-19 18:09:17 +00:00
mysqlnd_statistics.h - Year++ 2011-01-01 02:19:59 +00:00
mysqlnd_structs.h Fix valgrind error (sending of initialized bytes over the network). 2011-08-31 18:18:23 +00:00
mysqlnd_wireprotocol.c - Move the field access behind the check 2011-05-17 00:16:57 +00:00
mysqlnd_wireprotocol.h - Year++ 2011-01-01 02:19:59 +00:00
mysqlnd.c fix valgrind warnings in debug builds 2011-08-26 12:14:31 +00:00
mysqlnd.h extend the API in the backward compatible way 2011-05-03 09:37:53 +00:00
php_mysqlnd.c - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] 2011-08-06 14:47:44 +00:00
php_mysqlnd.h - Year++ 2011-01-01 02:19:59 +00:00