summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2009-11-27 13:34:29 +0000
committerkwaclaw <kwaclaw>2009-11-27 13:34:29 +0000
commit6d285de5951ae538b011b9b54b78c55e864e0ad6 (patch)
tree7596292baca056a1365f841145a84fdb819fe462
parent8cd8ca66eb99ff334f61e061671b156947d94246 (diff)
downloadlibexpat-6d285de5951ae538b011b9b54b78c55e864e0ad6.tar.gz
Fix for issue# 2894085. Removed update to next pointer. It did not seem right to force it to point somewhere between token boundaries, since that could lead the tokenizer to not recognize an end of token.
-rw-r--r--lib/xmlparse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/xmlparse.c b/lib/xmlparse.c
index 9c7ac2b..72488d4 100644
--- a/lib/xmlparse.c
+++ b/lib/xmlparse.c
@@ -3723,7 +3723,6 @@ doProlog(XML_Parser parser,
return XML_ERROR_NO_ELEMENTS;
default:
tok = -tok;
- next = end;
break;
}
}