mbox series

[scarthgap,v2,0/1] libxml2: fix CVE-2025-49795

Message ID 20250717114412.13075-2-roland.kovacs@est.tech
Headers show
Series libxml2: fix CVE-2025-49795 | expand

Message

Roland Kovács July 17, 2025, 11:44 a.m. UTC
From: Roland Kovacs <roland.kovacs@est.tech>

In v1, the patch included the C implementation of the schematron test
runner; compared to the old test runner - still used in v2.12.10 - the C
implementation expects a different test format. Of course, I did not
update the test cases, causing ptest to fail...

This version skips the C test runner for the schematron and instead
changed the newly added test case to work with the old runner. 

Roland Kovacs (1):
  libxml2: fix CVE-2025-49795

 .../libxml/libxml2/CVE-2025-49795.patch       | 92 +++++++++++++++++++
 meta/recipes-core/libxml/libxml2_2.12.10.bb   |  1 +
 2 files changed, 93 insertions(+)
 create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2025-49795.patch