Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-12-17 | Prevent infinite loop in feed_textarea() | Tatsuya Kinoshita | 1 | -1/+3 | |
Bug-Debian: https://github.com/tats/w3m/issues/85 | |||||
2016-12-15 | Prevent overflow beyond the end of string in caller of get_mclen() | Tatsuya Kinoshita | 1 | -1/+1 | |
Bug-Debian: https://github.com/tats/w3m/issues/59 Bug-Debian: https://github.com/tats/w3m/issues/73 Bug-Debian: https://github.com/tats/w3m/issues/74 Bug-Debian: https://github.com/tats/w3m/issues/76 Bug-Debian: https://github.com/tats/w3m/issues/79 Bug-Debian: https://github.com/tats/w3m/issues/80 Bug-Debian: https://github.com/tats/w3m/issues/83 Bug-Debian: https://github.com/tats/w3m/issues/84 | |||||
2016-12-15 | Revert "Prevent overflow beyond the end of string in proc_mchar()" | Tatsuya Kinoshita | 1 | -6/+1 | |
This reverts commit 512ed467d12615f5ef40d0d28272e5662d8438ea. | |||||
2016-12-15 | Revert "Prevent overflow beyond the end of string in proc_mchar()" | Tatsuya Kinoshita | 1 | -6/+5 | |
This reverts commit e79d0ec2a00369a6af24007a1f2bb5e876e2c847. | |||||
2016-12-13 | Prevent overflow beyond the end of string in proc_mchar() | Tatsuya Kinoshita | 1 | -5/+6 | |
Bug-Debian: https://github.com/tats/w3m/issues/80 cf. https://github.com/tats/w3m/issues/59 | |||||
2016-12-07 | Prevent heap-use-after-free in HTMLlineproc0() | Tatsuya Kinoshita | 1 | -1/+2 | |
Bug-Debian: https://github.com/tats/w3m/issues/65 | |||||
2016-12-07 | Prevent negative values for offset and pos in push_link() | Tatsuya Kinoshita | 1 | -2/+6 | |
Bug-Debian: https://github.com/tats/w3m/issues/64 | |||||
2016-12-07 | Prevent overflow beyond the end of string in proc_mchar() | Tatsuya Kinoshita | 1 | -1/+6 | |
Bug-Debian: https://github.com/tats/w3m/issues/59 | |||||
2016-12-05 | Prevent negative array index in process_textarea() | Tatsuya Kinoshita | 1 | -1/+1 | |
Bug-Debian: https://github.com/tats/w3m/issues/58 | |||||
2016-12-05 | Prevent negative array index for marks in HTMLlineproc2body() | Tatsuya Kinoshita | 1 | -1/+1 | |
Bug-Debian: https://github.com/tats/w3m/issues/61 | |||||
2016-12-05 | Prevent negative value of row for pushTable() in HTMLlineproc0() | Tatsuya Kinoshita | 1 | -0/+2 | |
Bug-Debian: https://github.com/tats/w3m/issues/67 | |||||
2016-12-05 | Prevent negative array index in getMetaRefreshParam() | Tatsuya Kinoshita | 1 | -2/+3 | |
Bug-Debian: https://github.com/tats/w3m/issues/63 | |||||
2016-11-27 | fix uninitialized variable in process_img(). fix #44 | Kuang-che Wu | 1 | -1/+1 | |
2016-11-17 | Prevent deref null pointer in HTMLlineproc0() | Tatsuya Kinoshita | 1 | -5/+5 | |
Bug-Debian: https://github.com/tats/w3m/issues/42 | |||||
2016-11-15 | Prevent infinite recursion with nested table and textarea | Tatsuya Kinoshita | 1 | -0/+1 | |
Bug-Debian: https://github.com/tats/w3m/issues/20#issuecomment-260590257 | |||||
2016-11-14 | Prevent null pointer deref due to bad form id | Tatsuya Kinoshita | 1 | -1/+4 | |
Bug-Debian: https://github.com/tats/w3m/issues/39 | |||||
2016-11-14 | Prevent array index out of bounds for symbol | Tatsuya Kinoshita | 1 | -1/+1 | |
Bug-Debian: https://github.com/tats/w3m/issues/38 | |||||
2016-11-13 | Prevent null pointer dereference in HTMLlineproc2body for textarea_int | Tatsuya Kinoshita | 1 | -1/+1 | |
Bug-Debian: https://github.com/tats/w3m/issues/32#issuecomment-260170163 | |||||
2016-11-07 | Prevent infinite recursion in HTMLlineproc0 | Tatsuya Kinoshita | 1 | -8/+8 | |
Bug-Debian: https://github.com/tats/w3m/issues/36 | |||||
2016-11-07 | Prevent crash after allocate string of negative size | Tatsuya Kinoshita | 1 | -0/+6 | |
Bug-Debian: https://github.com/tats/w3m/issues/33 | |||||
2016-11-06 | Prevent memory exhausted due to repeat appending "</table>" | Tatsuya Kinoshita | 1 | -0/+3 | |
Bug-Debian: https://github.com/tats/w3m/issues/23 | |||||
2016-11-06 | Prevent null pointer dereference in HTMLlineproc2body | Tatsuya Kinoshita | 1 | -1/+1 | |
Bug-Debian: https://github.com/tats/w3m/issues/32 | |||||
2016-08-19 | Fix uninitialised values for <i> and <dd> | Tatsuya Kinoshita | 1 | -0/+6 | |
Bug-Debian: https://github.com/tats/w3m/issues/16 | |||||
2016-08-19 | Revert "Fix uninitialised values for <i> and <dd>" | Tatsuya Kinoshita | 1 | -6/+0 | |
This reverts commit 0fba2f1a6eb6861206ad120a02af2643938082cd. cf. https://github.com/tats/w3m/commit/0fba2f1a6eb6861206ad120a02af2643938082cd#commitcomment-18703355 | |||||
2016-08-19 | Fix uninitialised values for <i> and <dd> | Tatsuya Kinoshita | 1 | -0/+6 | |
Bug-Debian: https://github.com/tats/w3m/issues/16 | |||||
2016-08-18 | Prevent segfault with malformed input_alt | Tatsuya Kinoshita | 1 | -3/+3 | |
Bug-Debian: https://github.com/tats/w3m/issues/18 | |||||
2016-08-17 | Prevent segfault with incorrect button type | Tatsuya Kinoshita | 1 | -0/+11 | |
Bug-Debian: https://github.com/tats/w3m/issues/17 | |||||
2016-08-17 | Prevent segfault with incorrect form_int fid | Tatsuya Kinoshita | 1 | -2/+3 | |
Bug-Debian: https://github.com/tats/w3m/issues/15 | |||||
2016-08-17 | Prevent negative array index for selectnumber and textareanumber | Tatsuya Kinoshita | 1 | -4/+4 | |
Bug-Debian: https://github.com/tats/w3m/issues/12 | |||||
2016-08-16 | Truncate large values of table attributes | Tatsuya Kinoshita | 1 | -0/+9 | |
Bug-Debian: https://github.com/tats/w3m/issues/11 | |||||
2016-08-08 | Prevent segfault with malformed input type | Tatsuya Kinoshita | 1 | -4/+6 | |
Bug-Debian: https://github.com/tats/w3m/issues/7 | |||||
2016-03-29 | Fix mistake of unescape spaces for _doFileCopy | Tatsuya Kinoshita | 1 | -1/+1 | |
cf. [w3m-dev-en 00751], [w3m-dev-en 00752] on 2002-06-09 | |||||
2015-09-06 | Do not use C99-style comments | Tatsuya Kinoshita | 1 | -3/+3 | |
2015-09-06 | Mitigate issue #16 found by @kcwu | David Crosby | 1 | -9/+11 | |
2015-08-11 | Remove unused value | David Crosby | 1 | -1/+0 | |
2015-08-11 | Remove dead assignments flagged by Clang static analysis | David Crosby | 1 | -1/+0 | |
2015-08-11 | Fix resource leak in AuthDigestCred | David Crosby | 1 | -1/+3 | |
2015-07-25 | Initialise hidden_input to NULL | Richard Quirk | 1 | -1/+1 | |
This prevents a possible use of garbage value on line 3017. | |||||
2015-07-25 | use pclose for pipe | Richard Quirk | 1 | -1/+1 | |
2015-02-02 | New option "display_borders" to display 0 pixel table borders. | Tatsuya Kinoshita | 1 | -0/+2 | |
cf. http://d.hatena.ne.jp/rubikitch/20101120 | |||||
2014-12-06 | Add -sixel option which supports image processing by img2sixel. | Araki Ken | 1 | -3/+3 | |
2014-12-06 | * file.c: nw and ni are rounded up instead of rounded off to show every ↵ | Araki Ken | 1 | -2/+8 | |
corner of images. | |||||
2014-12-06 | * terms.c: Change time to wait for the response of "\x1b[14t\x1b[18t" from ↵ | Araki Ken | 1 | -9/+16 | |
0.1 sec to 0.5 sec. * image.c: - clearImage() works. - Use cached image files created by w3m in getImage(). * file.c: Hack for alignment. | |||||
2013-11-10 | Add support for single quoted meta refresh URL | Paul Boekholt | 1 | -3/+3 | |
Bug: https://sourceforge.net/p/w3m/patches/53/ | |||||
2013-10-14 | Workaround of GC crash on Cygwin64 | AIDA Shinra | 1 | -25/+33 | |
Patch from <http://www.j10n.org/files/w3m-cvs-1.1055-win64gc.patch>, [w3m-dev:04469] on 2013-10-14. | |||||
2013-08-04 | Fix segfault of loadGeneralFile() | Tatsuya Kinoshita | 1 | -2/+3 | |
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718612 | |||||
2013-07-28 | Fix segfault of process_button() | Tatsuya Kinoshita | 1 | -1/+1 | |
2013-04-08 | One more patch for siteconf from [w3m-dev 04464] | Tatsuya Kinoshita | 1 | -2/+1 | |
2013-04-08 | Support the siteconf feature | Tatsuya Kinoshita | 1 | -118/+110 | |
Patch to support the siteconf feature, from [w3m-dev 04463] on 2012-06-27, provided by AIDA Shinra. | |||||
2012-05-24 | Merge from upstream on 2012-05-22 | Tatsuya Kinoshita | 1 | -2/+9 | |