From 32c7d1a2bbf3f4bfefdca0d76bae49d09cbd7f0765fc6e5e71c379b5978c9e9e Mon Sep 17 00:00:00 2001 From: David Anes Date: Wed, 26 Jun 2024 16:35:38 +0000 Subject: [PATCH] Accepting request 1183474 from home:david.anes:branches:devel:libraries:c_c++ + Fix buffer overread with `xmllint --htmlout` (CVE-2024-34459, bsc#1224282). OBS-URL: https://build.opensuse.org/request/show/1183474 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxml2?expand=0&rev=221 --- libxml2.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxml2.changes b/libxml2.changes index d6dc8eb..2f5af21 100644 --- a/libxml2.changes +++ b/libxml2.changes @@ -8,7 +8,7 @@ Wed Jun 12 11:35:32 UTC 2024 - Dominique Leuenberger Tue May 14 08:45:05 UTC 2024 - Dominique Leuenberger - Update to version 2.12.7: - + Fix buffer overread with `xmllint --htmlout` (CVE-2024-34459, bsc#2280532). + + Fix buffer overread with `xmllint --htmlout` (CVE-2024-34459, bsc#1224282). + xmllint: Fix --pedantic option. + save: Handle invalid parent pointers in xhtmlNodeDumpOutput.