Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > cbfb49340e5b27eb9c789fcfcd15455f > files > 6

mozilla-thunderbird-3.1.15-1.mga1.src.rpm


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

--- mozilla/parser/expat/lib/xmltok_impl.c	2004-12-15 16:37:22.000000000 +0100
+++ mozilla/parser/expat/lib/xmltok_impl.c.oden	2009-08-21 23:46:45.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: \