summaryrefslogtreecommitdiffstats
path: root/external/liborcus/forcepoint-95.patch.1
diff options
context:
space:
mode:
Diffstat (limited to 'external/liborcus/forcepoint-95.patch.1')
-rw-r--r--external/liborcus/forcepoint-95.patch.111
1 files changed, 11 insertions, 0 deletions
diff --git a/external/liborcus/forcepoint-95.patch.1 b/external/liborcus/forcepoint-95.patch.1
new file mode 100644
index 000000000000..074e29868031
--- /dev/null
+++ b/external/liborcus/forcepoint-95.patch.1
@@ -0,0 +1,11 @@
+--- a/include/orcus/sax_parser.hpp 2022-03-30 10:54:44.043568760 +0100
++++ b/include/orcus/sax_parser.hpp 2022-03-30 10:54:55.645037322 +0100
+@@ -547,7 +547,7 @@
+ os << "sax_parser::attribute: ns='" << attr.ns << "', name='" << attr.name << "'";
+ #endif
+
+- char c = cur_char();
++ char c = cur_char_checked();
+ if (c != '=')
+ {
+ std::ostringstream os;