diff --git a/ChangeLog b/ChangeLog index d4de303..fd6d352 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2016-11-17 Tatsuya Kinoshita + + * url.c: Prevent global-buffer-overflow in parseURL(). + Bug-Debian: https://github.com/tats/w3m/issues/41 + + * file.c: Prevent deref null pointer in HTMLlineproc0(). + Bug-Debian: https://github.com/tats/w3m/issues/42 + 2016-11-15 Tatsuya Kinoshita * table.c: Prevent deref null pointer in renderCoTable().