summaryrefslogtreecommitdiffstats
path: root/external/liborcus/forcepoint-95.patch.1
blob: 93dc822298b05987c230747a76b88ac5a517b344 (plain)
1
2
3
4
5
6
7
8
9
10
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 @@
 
     skip_space_and_control();
 
-    char c = cur_char();
+    char c = cur_char_checked();
     if (c != '=')
     {
         std::ostringstream os;