Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: third_party/libxml/src/parser.c

Issue 2815643005: Remove patch which has been rolled in from libxml2 upstream. (Closed)
Patch Set: Also decrease the fuzz factor. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libxml/chromium/roll.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxml/src/parser.c
diff --git a/third_party/libxml/src/parser.c b/third_party/libxml/src/parser.c
index 8017df90b38f11a141595e8e79e9bd6015f94bd5..e3f3fbd7a0caaa9904198ceff214b40b0201e791 100644
--- a/third_party/libxml/src/parser.c
+++ b/third_party/libxml/src/parser.c
@@ -8120,14 +8120,6 @@ xmlParsePEReference(xmlParserCtxtPtr ctxt)
"PEReference: %%%s; not found\n",
name);
} else {
- if ((entity->etype == XML_EXTERNAL_PARAMETER_ENTITY) &&
- ((ctxt->options & XML_PARSE_NOENT) == 0) &&
- ((ctxt->options & XML_PARSE_DTDVALID) == 0) &&
- ((ctxt->options & XML_PARSE_DTDLOAD) == 0) &&
- ((ctxt->options & XML_PARSE_DTDATTR) == 0) &&
- (ctxt->replaceEntities == 0) &&
- (ctxt->validate == 0))
- return;
/*
* [ VC: Entity Declared ]
* In a document with an external subset or external
« no previous file with comments | « third_party/libxml/chromium/roll.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698