Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > 304de31bbc9ef106566460572f47fa7a > files > 1

wxgtk2.8-2.8.12-16.mga5.src.rpm


 https://bugs.gentoo.org/show_bug.cgi?id=280615
 http://svn.python.org/view?view=rev&revision=74429

--- src/expat/lib/xmltok_impl.c	2009-08-21 23:26:35.000000000 +0200
+++ src/expat/lib/xmltok_impl.c.oden	2009-08-21 23:26:47.000000000 +0200
@@ -1741,7 +1741,7 @@ PREFIX(updatePosition)(const ENCODING *e
                        const char *end,
                        POSITION *pos)
 {
-  while (ptr != end) {
+  while (ptr < end) {
     switch (BYTE_TYPE(enc, ptr)) {
 #define LEAD_CASE(n) \
     case BT_LEAD ## n: \