]> granicus.if.org Git - php/commit
Fixed bug #69373
authorTim Toohey <ttoohey@php.net>
Fri, 2 Jun 2017 22:38:02 +0000 (00:38 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 2 Jun 2017 22:40:58 +0000 (00:40 +0200)
commitd027bc2addb4f12e0030532933a2c85c07cdb293
treeab11b67b886480a5f6b7c76b73177aee5569091a
parent95c4564f939c916538579ef63602a3cd31941c51
Fixed bug #69373

xmlNodeSetContentLen() calls xmlFreeNode() on node->children. This
causes problems if there are other references around to those children.
NEWS
ext/dom/node.c
ext/dom/tests/bug69373.phpt [new file with mode: 0644]
ext/libxml/libxml.c
ext/libxml/php_libxml.h