summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2009-12-11 02:06:06 +0000
committerXin LI <delphij@FreeBSD.org>2009-12-11 02:06:06 +0000
commit9fcd883dcb0db8be87165724e54d48a6c547c49f (patch)
tree9d2ca8f82238343bbfd2bc296bcc92a448cdf259
parente03f0571759059147077c3c20690a21239b3dfad (diff)
downloadsrc-test2-9fcd883dcb0db8be87165724e54d48a6c547c49f.tar.gz
src-test2-9fcd883dcb0db8be87165724e54d48a6c547c49f.zip
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
Notes
Notes: svn path=/vendor/expat/dist/; revision=200390
-rw-r--r--lib/xmlparse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/xmlparse.c b/lib/xmlparse.c
index 94e31de9da3f..e111460d0a3d 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;
}
}