[xmlsec] disable HUGE parser
- From: Aleksey Sanin <aleksey src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [xmlsec] disable HUGE parser
- Date: Thu, 3 Nov 2011 21:01:50 +0000 (UTC)
commit ef86b29db058f482f6b8d20305575d037ec2c971
Author: Aleksey Sanin <aleksey aleksey com>
Date: Thu Nov 3 14:01:33 2011 -0700
disable HUGE parser
src/parser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/parser.c b/src/parser.c
index 71460f3..9bb5090 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -406,7 +406,7 @@ xmlSecParseFile(const char *filename) {
}
/* enable parsing of XML documents with large text nodes */
- xmlCtxtUseOptions (ctxt, XML_PARSE_HUGE);
+ /* crashes on x64 xmlCtxtUseOptions (ctxt, XML_PARSE_HUGE); */
/* todo: set directories from current doc? */
if ((ctxt->directory == NULL) && (directory == NULL))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]