Commit 8f5ccada05ddd4a1ff8e399ad39fc7cd4bd33325

David Kilzer 2021-07-07T19:24:36

xmlAddChild() and xmlAddNextSibling() may not attach their second argument Use the return value of xmlAddChild() and xmlAddNextSibling() instead of the second argument directly. Found by OSS-Fuzz. Fixes #316