aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prevent array index out of bounds for tridvalue in feed_table_tag()Tatsuya Kinoshita2016-12-051-1/+3
| | | | Bug-Debian: https://github.com/tats/w3m/issues/71
* Prevent negative array index in set_integered_width()Tatsuya Kinoshita2016-12-051-2/+2
| | | | Bug-Debian: https://github.com/tats/w3m/issues/70
* Prevent array index out of bounds for tabattr in feed_table_tag()Tatsuya Kinoshita2016-12-051-1/+1
| | | | Bug-Debian: https://github.com/tats/w3m/issues/60
* Prevent negative array index in process_textarea()Tatsuya Kinoshita2016-12-051-1/+1
| | | | Bug-Debian: https://github.com/tats/w3m/issues/58
* Prevent negative array index for marks in HTMLlineproc2body()Tatsuya Kinoshita2016-12-051-1/+1
| | | | Bug-Debian: https://github.com/tats/w3m/issues/61
* Prevent negative value of row for pushTable() in HTMLlineproc0()Tatsuya Kinoshita2016-12-051-0/+2
| | | | Bug-Debian: https://github.com/tats/w3m/issues/67
* Prevent negative array index in getMetaRefreshParam()Tatsuya Kinoshita2016-12-051-2/+3
| | | | Bug-Debian: https://github.com/tats/w3m/issues/63
* Prevent negative array index for marks in shiftAnchorPosition()Tatsuya Kinoshita2016-12-051-1/+2
| | | | Bug-Debian: https://github.com/tats/w3m/issues/62
* Update ChangeLogTatsuya Kinoshita2016-11-271-0/+15
|
* Merge pull request #50 from kcwu/fix-uninit-process_imgTatsuya Kinoshita2016-11-271-1/+1
|\ | | | | fix uninitialized variable in process_img(). fix #44
| * fix uninitialized variable in process_img(). fix #44Kuang-che Wu2016-11-271-1/+1
| |
* | Merge pull request #49 from kcwu/fix-menu-overflowTatsuya Kinoshita2016-11-271-1/+1
|\ \ | | | | | | fix menu buffer-overflow
| * | fix menu buffer-overflowKuang-che Wu2016-11-271-1/+1
| |/
* | Add CVE IDsTatsuya Kinoshita2016-11-272-14/+21
| | | | | | | | | | cf. https://security-tracker.debian.org/tracker/source-package/w3m http://www.openwall.com/lists/oss-security/2016/11/24/1
* | Update ChangeLogv0.5.3+git20161120Tatsuya Kinoshita2016-11-201-1/+5
| |
* | Update NEWSTatsuya Kinoshita2016-11-201-3/+10
|/
* Update ChangeLogTatsuya Kinoshita2016-11-191-1/+6
|
* Update NEWSTatsuya Kinoshita2016-11-191-2/+2
|
* Update ChangeLogTatsuya Kinoshita2016-11-181-0/+7
|
* Add CVE IDsTatsuya Kinoshita2016-11-182-18/+26
| | | | | cf. https://security-tracker.debian.org/tracker/source-package/w3m http://seclists.org/oss-sec/2016/q4/452
* Fix type mismatch for pcsw_ucs_map_sizeTatsuya Kinoshita2016-11-181-1/+1
| | | | cf. https://github.com/tats/w3m/issues/43
* Update ChangeLogTatsuya Kinoshita2016-11-181-0/+6
|
* Prevent global-buffer-overflow in wc_any_to_ucs()Tatsuya Kinoshita2016-11-182-0/+44
| | | | Bug-Debian: https://github.com/tats/w3m/issues/43
* Update ChangeLogTatsuya Kinoshita2016-11-171-0/+8
|
* Prevent global-buffer-overflow in parseURL()Tatsuya Kinoshita2016-11-171-1/+4
| | | | Bug-Debian: https://github.com/tats/w3m/issues/41
* Prevent deref null pointer in HTMLlineproc0()Tatsuya Kinoshita2016-11-171-5/+5
| | | | Bug-Debian: https://github.com/tats/w3m/issues/42
* Update ChangeLogTatsuya Kinoshita2016-11-151-0/+3
|
* Prevent deref null pointer in renderCoTable()Tatsuya Kinoshita2016-11-151-0/+2
| | | | Bug-Debian: https://github.com/tats/w3m/issues/20#issuecomment-260649537
* Update ChangeLogTatsuya Kinoshita2016-11-151-0/+13
|
* Prevent infinite recursion with nested table and textareaTatsuya Kinoshita2016-11-153-0/+15
| | | | Bug-Debian: https://github.com/tats/w3m/issues/20#issuecomment-260590257
* Revert "Prevent infinite recursion with nested table and textarea"Tatsuya Kinoshita2016-11-151-13/+0
| | | | This reverts commit f393faf55975a94217df479e1bd06ee4403c6958.
* Prevent deref null pointer in shiftAnchorPosition()Tatsuya Kinoshita2016-11-151-1/+1
| | | | Bug-Debian: https://github.com/tats/w3m/issues/40
* Update ChangeLogTatsuya Kinoshita2016-11-141-0/+9
|
* Prevent null pointer deref due to bad form idTatsuya Kinoshita2016-11-141-1/+4
| | | | Bug-Debian: https://github.com/tats/w3m/issues/39
* Prevent array index out of bounds for symbolTatsuya Kinoshita2016-11-144-7/+8
| | | | Bug-Debian: https://github.com/tats/w3m/issues/38
* Update ChangeLogTatsuya Kinoshita2016-11-131-0/+6
|
* Prevent null pointer dereference in HTMLlineproc2body for textarea_intTatsuya Kinoshita2016-11-131-1/+1
| | | | Bug-Debian: https://github.com/tats/w3m/issues/32#issuecomment-260170163
* Update ChangeLogTatsuya Kinoshita2016-11-121-0/+2
|
* Update NEWSTatsuya Kinoshita2016-11-121-2/+3
|
* Update ChangeLogTatsuya Kinoshita2016-11-121-0/+5
|
* Prevent infinite recursion with nested table and textareaTatsuya Kinoshita2016-11-121-0/+13
| | | | Bug-Debian: https://github.com/tats/w3m/issues/20
* Update ChangeLogTatsuya Kinoshita2016-11-091-0/+5
|
* Check indent_level to prevent infinite recursionTatsuya Kinoshita2016-11-091-0/+2
| | | | Bug-Debian: https://github.com/tats/w3m/issues/37
* Update ChangeLogTatsuya Kinoshita2016-11-071-0/+3
|
* Prevent infinite recursion in HTMLlineproc0Tatsuya Kinoshita2016-11-071-8/+8
| | | | Bug-Debian: https://github.com/tats/w3m/issues/36
* Update ChangeLogTatsuya Kinoshita2016-11-071-0/+5
|
* Update documents for included w3mdict.cgiTatsuya Kinoshita2016-11-072-1/+2
|
* Update ChangeLogTatsuya Kinoshita2016-11-071-0/+22
|
* Merge pull request #34 from 0-wiz-0/masterTatsuya Kinoshita2016-11-071-0/+10
|\ | | | | Fix suspend (^Z) behavior.
| * Fix suspend (^Z) behavior.ITOH Yasufumi2016-11-061-0/+10
| | | | | | | | | | | | Suspend the job w3m belongs to, not w3m only. Signed-off-by: Thomas Klausner <wiz@NetBSD.org>