summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-12-11 02:06:06 +0000
committerdelphij <delphij@FreeBSD.org>2009-12-11 02:06:06 +0000
commita94bb88569fa39d4401691a3ec8f5c2fe38923b4 (patch)
tree9d2ca8f82238343bbfd2bc296bcc92a448cdf259
parent2f6a20e2cac3e778fbb0861a358511c49298db94 (diff)
downloadFreeBSD-src-a94bb88569fa39d4401691a3ec8f5c2fe38923b4.zip
FreeBSD-src-a94bb88569fa39d4401691a3ec8f5c2fe38923b4.tar.gz
Apply a vendor fix (rev 1.165): Don't update next pointer since it could
confuse tokenizer. Obtained from: expat CVS Security: CVE-2009-3720
-rw-r--r--lib/xmlparse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/xmlparse.c b/lib/xmlparse.c
index 94e31de..e111460 100644
--- a/lib/xmlparse.c
+++ b/lib/xmlparse.c
@@ -3725,7 +3725,6 @@ doProlog(XML_Parser parser,
return XML_ERROR_NO_ELEMENTS;
default:
tok = -tok;
- next = end;
break;
}
}
OpenPOWER on IntegriCloud