Avoid relocating buffers while libxml2 reads its text
commit71ca4f6a43bad06192cbc4bb8c7a2d69c179b7b0
authorEli Zaretskii <eliz@gnu.org>
Sun, 23 Oct 2016 16:52:56 +0000 (23 19:52 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 23 Oct 2016 16:52:56 +0000 (23 19:52 +0300)
tree5408032b9c42392812a4ce04d8ba67f79594f882
parent1b3fc8ab4960a1e6cb8d614953f2ba252155ade0
Avoid relocating buffers while libxml2 reads its text

* src/xml.c (parse_region) [REL_ALLOC]: Freeze the ralloc arena
while libxml2 reads the current buffer's text.  (Bug#24764)
src/xml.c