]> git.mdlowis.com Git - proto/labwc.git/commit
fix double free for libxml2 < 2.13
authorTobias Bengfort <tobias.bengfort@posteo.de>
Thu, 9 Oct 2025 07:39:59 +0000 (09:39 +0200)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Thu, 9 Oct 2025 15:19:22 +0000 (00:19 +0900)
commit474c513ed6565df300b91e44d3ec77f9da5105c5
tree8f3640dcbb6762ce675639ea283f50ff3d3b81a5
parentc27d4955a42184c2bd593cd4c2e1725a2d7f3cf6
fix double free for libxml2 < 2.13

xmlAddChild() only unlinks the second argument since libxml2 2.13.

regression from 503af105
src/common/xml.c