initial import
This commit is contained in:
20
libxml2/CVE-2025-32415.patch
Normal file
20
libxml2/CVE-2025-32415.patch
Normal file
@@ -0,0 +1,20 @@
|
||||
--- a/xmlschemas.c 2025-04-26 02:57:30.000000000 +0200
|
||||
+++ b/xmlschemas.c 2025-04-26 02:58:52.454003744 +0200
|
||||
@@ -23439,7 +23439,7 @@
|
||||
j++;
|
||||
} while (j < nbDupls);
|
||||
}
|
||||
- if (nbNodeTable) {
|
||||
+ if (bind->nbNodes) {
|
||||
j = 0;
|
||||
do {
|
||||
if (nbFields == 1) {
|
||||
@@ -23490,7 +23490,7 @@
|
||||
|
||||
next_node_table_entry:
|
||||
j++;
|
||||
- } while (j < nbNodeTable);
|
||||
+ } while (j < bind->nbNodes);
|
||||
}
|
||||
/*
|
||||
* If everything is fine, then add the IDC target-node to
|
||||
Reference in New Issue
Block a user