Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 5507ff2ea620d60c0c6ad42482f9faf7 > files > 1

expat-2.0.1-11.fc15.src.rpm

--- expat-1.95.8/lib/xmltok_impl.c.cve3720
+++ expat-1.95.8/lib/xmltok_impl.c
@@ -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: \