kmx git
login
register
kc3-lang
/
libxml2
/
result/XInclude/invalid_char.xml.err
result/XInclude/invalid_char.xml.err
Log
Author
Commit
Date
CI
Message
157df344
2023-12-10T18:23:53
xmlreader: Report malloc failures Fix many places where malloc failures aren't reported. Introduce a new API function xmlTextReaderGetLastError.
e20f4d7a
2023-02-13T14:38:05
xinclude: Fix quadratic behavior in xmlXIncludeLoadTxt Also make text inclusions work with memory buffers, for example when using a custom entity loader, and fix a memory leak in case of invalid characters. Fixes #483.