]> 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)
commit133ba9b5dddf683df9b48591c87d7c9e53f7ce62
treea70fcaae2a998fd187ab2a008a721d33187112eb
parent38fd7f48d08f194cad14a95860c37b499b214a26
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