aboutsummaryrefslogtreecommitdiffstats
path: root/file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-06Prevent overflow beyond the end of string in caller of get_mclen()Tatsuya Kinoshita1-1/+1
2017-01-06Prevent heap-use-after-free in HTMLlineproc0()Tatsuya Kinoshita1-1/+2
2017-01-06Prevent negative values for offset and pos in push_link()Tatsuya Kinoshita1-2/+6
2017-01-06Prevent negative array index in process_textarea()Tatsuya Kinoshita1-1/+1
2017-01-06Prevent negative array index for marks in HTMLlineproc2body()Tatsuya Kinoshita1-1/+1
2017-01-06Prevent negative value of row for pushTable() in HTMLlineproc0()Tatsuya Kinoshita1-0/+2
2017-01-06Prevent negative array index in getMetaRefreshParam()Tatsuya Kinoshita1-2/+3
2016-11-24Prevent memory exhausted due to repeat appending "</table>"v0.5.3+debian-19+deb8u1Tatsuya Kinoshita1-0/+3
2016-11-19Prevent deref null pointer in HTMLlineproc0()Tatsuya Kinoshita1-5/+5
2016-11-19Prevent null pointer deref due to bad form idTatsuya Kinoshita1-1/+4
2016-11-19Prevent array index out of bounds for symbolTatsuya Kinoshita1-1/+1
2016-11-19Prevent infinite recursion in HTMLlineproc0Tatsuya Kinoshita1-8/+8
2016-11-19Prevent crash after allocate string of negative sizeTatsuya Kinoshita1-0/+6
2016-11-19Prevent null pointer dereference in HTMLlineproc2bodyTatsuya Kinoshita1-2/+2
2016-11-19Prevent infinite recursion with nested table and textareaTatsuya Kinoshita1-0/+1
2016-11-19Fix uninitialised values for <i> and <dd>Tatsuya Kinoshita1-0/+6
2016-11-19Prevent segfault with malformed input_altTatsuya Kinoshita1-3/+3
2016-11-19Prevent segfault with incorrect button typeTatsuya Kinoshita1-0/+11
2016-11-19Prevent segfault with incorrect form_int fidTatsuya Kinoshita1-2/+3
2016-11-19Prevent negative array index for selectnumber and textareanumberTatsuya Kinoshita1-4/+4
2016-11-19Prevent segfault with malformed input typeTatsuya Kinoshita1-4/+6
2013-11-10Add support for single quoted meta refresh URLPaul Boekholt1-3/+3
2013-10-14Workaround of GC crash on Cygwin64AIDA Shinra1-25/+33
2013-08-04Fix segfault of loadGeneralFile()Tatsuya Kinoshita1-2/+3
2013-07-28Fix segfault of process_button()Tatsuya Kinoshita1-1/+1
2013-04-08One more patch for siteconf from [w3m-dev 04464]Tatsuya Kinoshita1-2/+1
2013-04-08Support the siteconf featureTatsuya Kinoshita1-118/+110
2012-05-24Merge from upstream on 2012-05-22Tatsuya Kinoshita1-2/+9
2012-05-22Merge from upstream on 2012-05-22Tatsuya Kinoshita1-2/+9
2011-06-19Support the button element as defined in HTML 4.01Tatsuya Kinoshita1-1/+148
2011-05-04Adding upstream version 0.5.3upstream/0.5.3Tatsuya Kinoshita1-20/+78
2011-05-04Adding upstream version 0.5.2upstream/0.5.2Tatsuya Kinoshita1-107/+499
2011-05-04Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita1-0/+8016