CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/08/10 06:32:36
Modified files:
textproc/libxml: Makefile
Added files:
textproc/libxml/patches: patch-parser_c patch-tree_c
patch-xmlreader_c
Log message:
Merge these 4 security patches from upstream:
- Avoid double-free if malloc fails in inputPush
- Fix memory leak in xmlLoadEntityContent error path
- Fix integer overflow in xmlBufferDump()
- Fix use-after-free bugs when calling xmlTextReaderClose() before
xmlFreeTextReader() on post-validating parser
Prodded by tj@, thanks