summaryrefslogtreecommitdiff
path: root/external/libxml2/ubsan.patch.0
diff options
context:
space:
mode:
Diffstat (limited to 'external/libxml2/ubsan.patch.0')
-rw-r--r--external/libxml2/ubsan.patch.011
1 files changed, 0 insertions, 11 deletions
diff --git a/external/libxml2/ubsan.patch.0 b/external/libxml2/ubsan.patch.0
deleted file mode 100644
index b52259719673..000000000000
--- a/external/libxml2/ubsan.patch.0
+++ /dev/null
@@ -1,11 +0,0 @@
---- xpath.c
-+++ xpath.c
-@@ -14529,7 +14529,7 @@
- }
-
- stream = xmlPatterncompile(str, dict, XML_PATTERN_XPATH,
-- &namespaces[0]);
-+ namespaces); // i.e., &namespaces[0] if namespaces != NULL
- if (namespaces != NULL) {
- xmlFree((xmlChar **)namespaces);
- }