]> git.pld-linux.org Git - packages/expat.git/blame - expat-2.0.1-check_stopped_parser.patch
- -tools epoch fix, release 3
[packages/expat.git] / expat-2.0.1-check_stopped_parser.patch
CommitLineData
8aca22d6
AM
1--- lib/xmlparse.c 2007-05-08 05:25:35.000000000 +0300
2+++ lib/xmlparse.c 2008-01-08 13:17:07.000000000 +0200
3@@ -2563,6 +2563,8 @@
4 (int)(dataPtr - (ICHAR *)dataBuf));
5 if (s == next)
6 break;
7+ if (ps_parsing == XML_FINISHED || ps_parsing == XML_SUSPENDED)
8+ break;
9 *eventPP = s;
10 }
11 }
This page took 0.037892 seconds and 4 git commands to generate.