]> granicus.if.org Git - php/commit
fix buffer overflow - overwriting with 0x0, due to
authorAndrey Hristov <andrey@php.net>
Thu, 24 Mar 2011 16:12:18 +0000 (16:12 +0000)
committerAndrey Hristov <andrey@php.net>
Thu, 24 Mar 2011 16:12:18 +0000 (16:12 +0000)
commit8b33e6fae0247363d22769670f31f9a3477907f6
tree479d65e8b765c87d84c6300059f40417682e4410
parenta270348c24c3c336bd4797a046d6db44fc10b239
fix buffer overflow - overwriting with 0x0, due to
unchecked buffer size. This can be easily workarouned on
existing unpatched systems by increasing
mysqlnd.net_cmd_buffer_size ini variable to more than 8k
ext/mysqli/tests/mysqli_stmt_bind_limits.phpt
ext/mysqlnd/mysqlnd_ps_codec.c