fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / liborcus / liborcus-handle-invalid-xml.patch.1
blob4cb091d3e61bee6c6827b24bb823aa82e78c08c9
1 diff -ur liborcus.org/include/orcus/sax_parser.hpp liborcus/include/orcus/sax_parser.hpp
2 --- liborcus.org/include/orcus/sax_parser.hpp   2013-12-13 20:51:55.126503773 +0100
3 +++ liborcus/include/orcus/sax_parser.hpp       2013-12-13 20:57:39.076174743 +0100
4 @@ -278,6 +278,8 @@
5              special_tag();
6          break;
7          default:
8 +            if (!is_alpha(c))
9 +                throw malformed_xml_error("expect an alphabet.");
10              element_open(pos);
11      }
12  }