]> granicus.if.org Git - php/commit
Fixed bug #63389 (Missing context check on libxml_set_streams_context() causes memleak)
authorXinchen Hui <laruence@php.net>
Tue, 30 Oct 2012 03:08:14 +0000 (11:08 +0800)
committerXinchen Hui <laruence@php.net>
Tue, 30 Oct 2012 03:08:14 +0000 (11:08 +0800)
commit2f1c4064f8fd971166df3099729e74e0ecb5d6bc
tree0f4cc1c03be2eaf607ba33f928350b11afc130ec
parentb5344e267a5866717cd3e36f9d4c428ec701adda
Fixed bug #63389 (Missing context check on libxml_set_streams_context() causes memleak)

Simply change the expect parameter type, the valid of the resource will
be checked in using time.
NEWS
ext/libxml/libxml.c
ext/libxml/tests/004.phpt
ext/libxml/tests/bug63389.phpt [new file with mode: 0644]