]> granicus.if.org Git - php/commit
avoid duplicate array_init
authorMichael Wallner <mike@php.net>
Thu, 22 Jan 2015 09:12:06 +0000 (10:12 +0100)
committerMichael Wallner <mike@php.net>
Thu, 22 Jan 2015 09:16:38 +0000 (10:16 +0100)
commit86aab0aedbf073d44f5fde4c408b0108bf6ae0d9
treec07aeafbf7ad0d4ccca84eaf0abde3e3a82d1e92
parentb2c39c1d2930d7c68cc090193ea8765201d61f0c
avoid duplicate array_init

custom request body handling firing the rfc1867 handler after the
environment has been hashed might create a memory leak by calling
array_init() twice on PG(http_globals)[TRACK_VARS_FILES]
main/rfc1867.c