aboutsummaryrefslogtreecommitdiffstats
path: root/file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prevent heap-use-after-free in HTMLlineproc0()Tatsuya Kinoshita2016-12-071-1/+2
* Prevent negative values for offset and pos in push_link()Tatsuya Kinoshita2016-12-071-2/+6
* Prevent overflow beyond the end of string in proc_mchar()Tatsuya Kinoshita2016-12-071-1/+6
* Prevent negative array index in process_textarea()Tatsuya Kinoshita2016-12-051-1/+1
* Prevent negative array index for marks in HTMLlineproc2body()Tatsuya Kinoshita2016-12-051-1/+1
* Prevent negative value of row for pushTable() in HTMLlineproc0()Tatsuya Kinoshita2016-12-051-0/+2
* Prevent negative array index in getMetaRefreshParam()Tatsuya Kinoshita2016-12-051-2/+3
* fix uninitialized variable in process_img(). fix #44Kuang-che Wu2016-11-271-1/+1
* Prevent deref null pointer in HTMLlineproc0()Tatsuya Kinoshita2016-11-171-5/+5
* Prevent infinite recursion with nested table and textareaTatsuya Kinoshita2016-11-151-0/+1
* Prevent null pointer deref due to bad form idTatsuya Kinoshita2016-11-141-1/+4
* Prevent array index out of bounds for symbolTatsuya Kinoshita2016-11-141-1/+1
* Prevent null pointer dereference in HTMLlineproc2body for textarea_intTatsuya Kinoshita2016-11-131-1/+1
* Prevent infinite recursion in HTMLlineproc0Tatsuya Kinoshita2016-11-071-8/+8
* Prevent crash after allocate string of negative sizeTatsuya Kinoshita2016-11-071-0/+6
* Prevent memory exhausted due to repeat appending "</table>"Tatsuya Kinoshita2016-11-061-0/+3
* Prevent null pointer dereference in HTMLlineproc2bodyTatsuya Kinoshita2016-11-061-1/+1
* Fix uninitialised values for <i> and <dd>Tatsuya Kinoshita2016-08-191-0/+6
* Revert "Fix uninitialised values for <i> and <dd>"Tatsuya Kinoshita2016-08-191-6/+0
* Fix uninitialised values for <i> and <dd>Tatsuya Kinoshita2016-08-191-0/+6
* Prevent segfault with malformed input_altTatsuya Kinoshita2016-08-181-3/+3
* Prevent segfault with incorrect button typeTatsuya Kinoshita2016-08-171-0/+11
* Prevent segfault with incorrect form_int fidTatsuya Kinoshita2016-08-171-2/+3
* Prevent negative array index for selectnumber and textareanumberTatsuya Kinoshita2016-08-171-4/+4
* Truncate large values of table attributesTatsuya Kinoshita2016-08-161-0/+9
* Prevent segfault with malformed input typeTatsuya Kinoshita2016-08-081-4/+6
* Fix mistake of unescape spaces for _doFileCopyTatsuya Kinoshita2016-03-291-1/+1
* Do not use C99-style commentsTatsuya Kinoshita2015-09-061-3/+3
* Mitigate issue #16 found by @kcwuDavid Crosby2015-09-061-9/+11
* Remove unused valueDavid Crosby2015-08-111-1/+0
* Remove dead assignments flagged by Clang static analysisDavid Crosby2015-08-111-1/+0
* Fix resource leak in AuthDigestCredDavid Crosby2015-08-111-1/+3
* Initialise hidden_input to NULLRichard Quirk2015-07-251-1/+1
* use pclose for pipeRichard Quirk2015-07-251-1/+1
* New option "display_borders" to display 0 pixel table borders.Tatsuya Kinoshita2015-02-021-0/+2
* Add -sixel option which supports image processing by img2sixel.Araki Ken2014-12-061-3/+3
* * file.c: nw and ni are rounded up instead of rounded off to show every corne...Araki Ken2014-12-061-2/+8
* * terms.c: Change time to wait for the response of "\x1b[14t\x1b[18t" from 0....Araki Ken2014-12-061-9/+16
* Merge branch 'bug/refresh-url'Tatsuya Kinoshita2013-11-101-3/+3
|\
| * Add support for single quoted meta refresh URLPaul Boekholt2013-11-101-3/+3
* | Merge branch 'bug/win64gc'Tatsuya Kinoshita2013-10-141-25/+33
|\ \
| * | Workaround of GC crash on Cygwin64AIDA Shinra2013-10-141-25/+33
| |/
* | Merge branch 'feature/siteconf'Tatsuya Kinoshita2013-08-041-2/+3
|\ \
| * | Fix segfault of loadGeneralFile()Tatsuya Kinoshita2013-08-041-2/+3
* | | Merge branch 'feature/button'Tatsuya Kinoshita2013-07-281-1/+1
|\ \ \
| * | | Fix segfault of process_button()Tatsuya Kinoshita2013-07-281-1/+1
* | | | Merge branch 'feature/siteconf'Tatsuya Kinoshita2013-04-081-120/+111
|\ \ \ \ | | |/ / | |/| |
| * | | One more patch for siteconf from [w3m-dev 04464]Tatsuya Kinoshita2013-04-081-2/+1
| * | | Support the siteconf featureTatsuya Kinoshita2013-04-081-118/+110
| | |/ | |/|
| * | Merge from upstream on 2012-05-22Tatsuya Kinoshita2012-05-241-2/+9