aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* | Prevent dereference near-null pointer in formUpdateBufferTatsuya Kinoshita2016-11-071-1/+2
| | | | | | | | Bug-Debian: https://github.com/tats/w3m/issues/35
* | Prevent crash after allocate string of negative sizeTatsuya Kinoshita2016-11-071-0/+6
| | | | | | | | Bug-Debian: https://github.com/tats/w3m/issues/33
* | Prevent memory exhausted due to repeat appending "</table>"Tatsuya Kinoshita2016-11-061-0/+3
| | | | | | | | Bug-Debian: https://github.com/tats/w3m/issues/23
* | Prevent null pointer dereference in HTMLlineproc2bodyTatsuya Kinoshita2016-11-061-1/+1
|/ | | | Bug-Debian: https://github.com/tats/w3m/issues/32
* Update ChangeLogv0.5.3+git20161031Tatsuya Kinoshita2016-10-311-0/+7
|
* Revert "Treat table height as int instead of short"Tatsuya Kinoshita2016-10-313-11/+11
| | | | | This reverts commit 0c9aebb26a16ad3acc69b2e87ffd216d43879cb6. Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842623
* Update ChangeLogTatsuya Kinoshita2016-10-301-0/+15
|
* Update NEWSTatsuya Kinoshita2016-10-301-0/+1
|
* Set use_dictcommand to 1 by defaultTatsuya Kinoshita2016-10-301-1/+1
|
* Add w3mdict.cgi to LIB_TARGETSTatsuya Kinoshita2016-10-301-1/+1
|
* Typo fix for USE_DICTTatsuya Kinoshita2016-10-301-2/+2
|
* Add w3mdict.cgi to use a dictd dictionary queryBoruch Baum2016-10-301-0/+56
| | | | Bug-Debian: https://github.com/tats/w3m/issues/30
* Update ChangeLogv0.5.3+git20161009Tatsuya Kinoshita2016-10-081-0/+6
|
* Fix incorrect dereference in formUpdateBuffer when MENU_SELECTTatsuya Kinoshita2016-10-081-0/+2
| | | | cf. https://github.com/tats/w3m/commit/ec9eb22e008a69ea9dc21fdca4b9b836679965ee
* Update ChangeLogTatsuya Kinoshita2016-10-081-0/+12
|
* Treat table height as int instead of shortTatsuya Kinoshita2016-10-083-11/+11
| | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838952
* Prevent global-buffer-overflow write in formUpdateBufferTatsuya Kinoshita2016-10-071-1/+3
| | | | Bug-Debian: https://github.com/tats/w3m/issues/29
* Fix null pointer dereference in formUpdateBufferTatsuya Kinoshita2016-10-071-0/+2
| | | | Bug-Debian: https://github.com/tats/w3m/issues/28
* Update ChangeLogTatsuya Kinoshita2016-09-021-0/+5
|
* Merge pull request #27 from kcwu/fix-strgrowTatsuya Kinoshita2016-09-021-2/+2
|\ | | | | Fix potential heap buffer corruption due to Strgrow
| * Fix potential heap buffer corruption due to StrgrowKuang-che Wu2016-08-301-2/+2
|/ | | | | | If Str.length = 5 and area_size = 6, the result of Strgrow is still area_size = 6. For such case, Strcat_char and Strinsert_char will overflow one byte.
* Update ChangeLogTatsuya Kinoshita2016-08-291-0/+10
|
* Prevent segfault due to buffer overflows in addMultirowsFormTatsuya Kinoshita2016-08-291-0/+2
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/21 Bug-Debian: https://github.com/tats/w3m/issues/26
* Prevent segfault for formUpdateBufferTatsuya Kinoshita2016-08-291-2/+2
| | | | Bug-Debian: https://github.com/tats/w3m/issues/13#issuecomment-242981906
* Update ChangeLogTatsuya Kinoshita2016-08-241-0/+11
|
* Prevent segfault with malformed table_altTatsuya Kinoshita2016-08-241-1/+1
| | | | Bug-Debian: https://github.com/tats/w3m/issues/24
* Prevent segfault for formUpdateBufferTatsuya Kinoshita2016-08-241-0/+2
| | | | Bug-Debian: https://github.com/tats/w3m/issues/22
* Truncate max_width for renderTableTatsuya Kinoshita2016-08-241-0/+4
| | | | Bug-Debian: https://github.com/tats/w3m/issues/25
* Update ChangeLogTatsuya Kinoshita2016-08-201-0/+10
|
* Fix uninitialised values for <i> and <dd>Tatsuya Kinoshita2016-08-192-0/+7
| | | | Bug-Debian: https://github.com/tats/w3m/issues/16
* Revert "Fix uninitialised values for <i> and <dd>"Tatsuya Kinoshita2016-08-192-7/+0
| | | | | This reverts commit 0fba2f1a6eb6861206ad120a02af2643938082cd. cf. https://github.com/tats/w3m/commit/0fba2f1a6eb6861206ad120a02af2643938082cd#commitcomment-18703355
* Update ChangeLogTatsuya Kinoshita2016-08-191-0/+5
|
* Fix uninitialised values for <i> and <dd>Tatsuya Kinoshita2016-08-192-0/+7
| | | | Bug-Debian: https://github.com/tats/w3m/issues/16
* Update ChangeLogTatsuya Kinoshita2016-08-181-0/+29
|
* Fix table rowspan and colspanKuang-che Wu2016-08-181-0/+4
| | | | | Origin: https://github.com/tats/w3m/pull/19 Bug-Debian: https://github.com/tats/w3m/issues/8
* Prevent segfault with malformed input_altTatsuya Kinoshita2016-08-181-3/+3
| | | | Bug-Debian: https://github.com/tats/w3m/issues/18
* Prevent segfault with incorrect button typeTatsuya Kinoshita2016-08-171-0/+11
| | | | Bug-Debian: https://github.com/tats/w3m/issues/17
* Prevent segfault with incorrect form_int fidTatsuya Kinoshita2016-08-171-2/+3
| | | | Bug-Debian: https://github.com/tats/w3m/issues/15
* Prevent segfault when iso2022 parsingTatsuya Kinoshita2016-08-171-7/+14
| | | | Bug-Debian: https://github.com/tats/w3m/issues/14
* Prevent segfault for formUpdateBufferTatsuya Kinoshita2016-08-171-1/+1
| | | | Bug-Debian: https://github.com/tats/w3m/issues/13
* Prevent negative array index for selectnumber and textareanumberTatsuya Kinoshita2016-08-172-6/+10
| | | | Bug-Debian: https://github.com/tats/w3m/issues/12
* Update ChangeLogTatsuya Kinoshita2016-08-161-0/+5
|
* Truncate large values of table attributesTatsuya Kinoshita2016-08-161-0/+9
| | | | Bug-Debian: https://github.com/tats/w3m/issues/11