]> granicus.if.org Git - php/commit
fix valgrind warning introduced with the latest patch. The memory
authorAndrey Hristov <andrey@php.net>
Wed, 17 Mar 2010 11:40:37 +0000 (11:40 +0000)
committerAndrey Hristov <andrey@php.net>
Wed, 17 Mar 2010 11:40:37 +0000 (11:40 +0000)
commit3ff193c05e0b0e093ec10c5d7ad2c83e0d5d7354
tree84f8b9d867f82356db2cb571848180fa0a1152d0
parent825d1abdfe0cfa41d020a4de166d8e72164d775e
fix valgrind warning introduced with the latest patch. The memory
should be calloc-ed, not malloced, because the code that uses the
stmt storage needs that.
ext/mysqlnd/mysqlnd_ps.c