diff options
| author | Tatsuya Kinoshita <tats@debian.org> | 2016-12-24 12:32:19 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@debian.org> | 2016-12-24 12:32:19 +0000 | 
| commit | eb4a3813807f7ea0ac9766a863406202097a01f2 (patch) | |
| tree | 9d12f6c573848d212639ead0668a5f77064922d1 | |
| parent | Prevent overflow beyond the end of string in wtf_parse1() (diff) | |
| download | w3m-eb4a3813807f7ea0ac9766a863406202097a01f2.tar.gz w3m-eb4a3813807f7ea0ac9766a863406202097a01f2.zip  | |
Update ChangeLog
Diffstat (limited to '')
| -rw-r--r-- | ChangeLog | 20 | 
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2016-12-24  Tatsuya Kinoshita  <tats@debian.org> + +	* libwc/wtf.c: +	Prevent overflow beyond the end of string in wtf_parse1(). +	Bug-Debian: https://github.com/tats/w3m/issues/68 + +	* libwc/wtf.c: +	Revert "Prevent overflow beyond the end of string in wtf_parse1()". +	This reverts commit 998b6f91d4b02e8bf90b7744dfabc8cccdf9d4f9. +	Bug-Debian: https://github.com/tats/w3m/issues/86 +	cf. http://emacs-w3m.namazu.org/ml/msg12505.html + +	* form.c: +	Preserve one byte for end of string character in form_update_line(). +	Bug-Debian: https://github.com/tats/w3m/issues/68#issuecomment-266214643 + +	* form.c: +	Prevent invalid form_update_line() call in formUpdateBuffer(). +	Bug-Debian: https://github.com/tats/w3m/issues/82 +  2016-12-20  Tatsuya Kinoshita  <tats@debian.org>  	* form.c:  | 
