commit | 8f5ccada05ddd4a1ff8e399ad39fc7cd4bd33325 | [log] [tgz] |
---|---|---|
author | David Kilzer <ddkilzer@apple.com> | Wed Jul 07 19:24:36 2021 -0700 |
committer | David Kilzer <ddkilzer@webkit.org> | Tue Jan 25 16:30:48 2022 +0000 |
tree | 5f63af389ca9748695a7ecb240da21aaa7813d9c | |
parent | 53983804ce7f8a9fbe2316286e74bc9f60629694 [diff] |
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