CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/08/10 06:40:40
Modified files:
textproc/libxml: Tag: OPENBSD_7_1 Makefile
textproc/libxml/patches: Tag: OPENBSD_7_1 patch-parser_c
patch-tree_c
Added files:
textproc/libxml/patches: Tag: OPENBSD_7_1 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