GNOME Bugzilla – Bug 58056
segfault in xmlCopyNode with xmlDoc arg
Last modified: 2009-08-15 18:40:50 UTC
libxml segfaults when you try to copy an xmlDoc node. It appears in xmlStrdup(node->content). If you add XML_DOCUMENT_NODE to the test, there are similar problems farther with other fields of xmlNode that are not part of xmlDoc (node->ns). I guess there are similar problems with other kinds of nodes.
Created attachment 780 [details] a little test case
fixed in CVs last week, Daniel
Should be closed in 2.4.2 release, thanks, Daniel