mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-09 04:58:16 +03:00
fixed bug #98879 a corner case when 0 is included in HTML documents and
* HTMLparser.c: fixed bug #98879 a corner case when 0 is included in HTML documents and using the push parser. Daniel
This commit is contained in:
parent
4efd3be5ed
commit
bc6e1a3857
@ -1,3 +1,8 @@
|
||||
Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* HTMLparser.c: fixed bug #98879 a corner case when 0 is
|
||||
included in HTML documents and using the push parser.
|
||||
|
||||
Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
|
||||
|
||||
* configure.in (PYTHON_SITE_PACKAGES): If --with-python is
|
||||
|
@ -4388,7 +4388,7 @@ htmlParseTryOrFinish(htmlParserCtxtPtr ctxt, int terminate) {
|
||||
}
|
||||
ctxt->token = 0;
|
||||
ctxt->checkIndex = 0;
|
||||
NEXT;
|
||||
in->cur++;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user