diff options
| author | Tatsuya Kinoshita <tats@debian.org> | 2018-01-25 09:23:40 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@debian.org> | 2018-01-25 09:23:40 +0000 | 
| commit | 01d41d49b273a8cc75b27c6ab42291b46004fc0c (patch) | |
| tree | 007b91e45de50d06ceef3458fd5b8c123b09f3be /NEWS | |
| parent | Update ChangeLog (diff) | |
| download | w3m-01d41d49b273a8cc75b27c6ab42291b46004fc0c.tar.gz w3m-01d41d49b273a8cc75b27c6ab42291b46004fc0c.zip | |
Add CVE IDs
cf. https://security-tracker.debian.org/tracker/source-package/w3m
Diffstat (limited to '')
| -rw-r--r-- | NEWS | 8 | 
1 files changed, 4 insertions, 4 deletions
| @@ -1,9 +1,9 @@ -Debian's w3m 0.5.3+git20180121 +Debian's w3m 0.5.3+git20180125  * bug fixes - - fix stack overflow with malformed text - - fix null deref with malformed text - - make temporary directory safely when ~/.w3m is unwritable + - fix stack overflow with malformed text [CVE-2018-6196] + - fix null deref with malformed text [CVE-2018-6197] + - fix /tmp file races only when ~/.w3m is unwritable [CVE-2018-6198]   - do not remove w3mdict.cgi when "make distclean"   - do not turn a form's GET into POST   - correct <base ...> parsing | 
