SHA256
8
0
forked from pool/libxml2

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
This commit is contained in:
2024-06-26 16:35:38 +00:00
committed by Git OBS Bridge
parent 319f0bc800
commit 32c7d1a2bb

View File

@@ -8,7 +8,7 @@ Wed Jun 12 11:35:32 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
Tue May 14 08:45:05 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- 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.