mirror of
https://github.com/php/php-src.git
synced 2026-03-29 11:42:17 +02:00
xmlNodeSetContentLen() calls xmlFreeNode() on node->children. This causes problems if there are other references around to those children.
xmlNodeSetContentLen() calls xmlFreeNode() on node->children. This causes problems if there are other references around to those children.