aboutsummaryrefslogtreecommitdiffstats
path: root/file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prevent heap-use-after-free read in HTMLlineproc0()Tatsuya Kinoshita2017-01-061-1/+1
* Prevent infinite loop in feed_textarea()Tatsuya Kinoshita2017-01-061-1/+3
* Prevent overflow beyond the end of string in caller of get_mclen()Tatsuya Kinoshita2017-01-061-1/+1
* Prevent heap-use-after-free in HTMLlineproc0()Tatsuya Kinoshita2017-01-061-1/+2
* Prevent negative values for offset and pos in push_link()Tatsuya Kinoshita2017-01-061-2/+6
* Prevent negative array index in process_textarea()Tatsuya Kinoshita2017-01-061-1/+1
* Prevent negative array index for marks in HTMLlineproc2body()Tatsuya Kinoshita2017-01-061-1/+1
* Prevent negative value of row for pushTable() in HTMLlineproc0()Tatsuya Kinoshita2017-01-061-0/+2
* Prevent negative array index in getMetaRefreshParam()Tatsuya Kinoshita2017-01-061-2/+3
* Prevent memory exhausted due to repeat appending "</table>"v0.5.3+debian-19+deb8u1Tatsuya Kinoshita2016-11-241-0/+3
* Prevent deref null pointer in HTMLlineproc0()Tatsuya Kinoshita2016-11-191-5/+5
* Prevent null pointer deref due to bad form idTatsuya Kinoshita2016-11-191-1/+4
* Prevent array index out of bounds for symbolTatsuya Kinoshita2016-11-191-1/+1
* Prevent infinite recursion in HTMLlineproc0Tatsuya Kinoshita2016-11-191-8/+8
* Prevent crash after allocate string of negative sizeTatsuya Kinoshita2016-11-191-0/+6
* Prevent null pointer dereference in HTMLlineproc2bodyTatsuya Kinoshita2016-11-191-2/+2
* Prevent infinite recursion with nested table and textareaTatsuya Kinoshita2016-11-191-0/+1
* Fix uninitialised values for <i> and <dd>Tatsuya Kinoshita2016-11-191-0/+6
* Prevent segfault with malformed input_altTatsuya Kinoshita2016-11-191-3/+3
* Prevent segfault with incorrect button typeTatsuya Kinoshita2016-11-191-0/+11
* Prevent segfault with incorrect form_int fidTatsuya Kinoshita2016-11-191-2/+3
* Prevent negative array index for selectnumber and textareanumberTatsuya Kinoshita2016-11-191-4/+4
* Prevent segfault with malformed input typeTatsuya Kinoshita2016-11-191-4/+6
* 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
* | | Merge from upstream on 2012-05-22Tatsuya Kinoshita2012-05-221-2/+9
| |/ |/|
* | Support the button element as defined in HTML 4.01Tatsuya Kinoshita2011-06-191-1/+148
|/
* Adding upstream version 0.5.3upstream/0.5.3Tatsuya Kinoshita2011-05-041-20/+78
* Adding upstream version 0.5.2upstream/0.5.2Tatsuya Kinoshita2011-05-041-107/+499
* Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita2011-05-041-0/+8016