diff options
author | corvid <corvid@lavabit.com> | 2009-08-02 15:45:51 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-08-02 15:45:51 +0000 |
commit | 4760495cae7967364a97f9d59b73454ab03ee772 (patch) | |
tree | ab7ab65cf07f4a95988d6116682092646a4a8e04 /ChangeLog | |
parent | 6b86ff84a0c8255525d0984cab43519a99395e3b (diff) |
fix segfault in Html_parse_doctype
BUG 918.
http://www.freiesmagazin.de/mobil/freiesMagazin-2009-08-bilder.html
contained
<!DOCTYPE HTML PUBLIC //W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
so the last character in the tag was an open quote.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ dillo-2.2 [??] - Fix cache segfault when cache entry removed. - Split words that contain whitespace as numeric character references. - Allow linebreaks around Chinese/Japanese characters. + - Fix segfault in Html_parse_doctype (BUG#918). Patches: corvid ----------------------------------------------------------------------------- |