]> granicus.if.org Git - php/commit
Don't use conn->net without checking if it is NULL, because
authorAndrey Hristov <andrey@php.net>
Wed, 26 May 2010 13:47:43 +0000 (13:47 +0000)
committerAndrey Hristov <andrey@php.net>
Wed, 26 May 2010 13:47:43 +0000 (13:47 +0000)
commitce136a825cc355ade2cfa360629e00bed6593eb8
treec3446c3915ccf3bce70cdf0d55ed5523a580c95b
parent0d468290be3673e89e00fd78766c045057521f4c
Don't use conn->net without checking if it is NULL, because
it can be NULL in OOM conditions. This would cause a crash.
ext/mysqlnd/mysqlnd.c