mirror of
https://github.com/php/php-src.git
synced 2026-03-28 02:02:32 +01: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.