aboutsummaryrefslogtreecommitdiffstats
path: root/anchor.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-05Prevent negative array index for marks in shiftAnchorPosition()Tatsuya Kinoshita1-1/+2
Bug-Debian: https://github.com/tats/w3m/issues/62
2016-11-15Prevent deref null pointer in shiftAnchorPosition()Tatsuya Kinoshita1-1/+1
Bug-Debian: https://github.com/tats/w3m/issues/40
2016-08-29Prevent segfault due to buffer overflows in addMultirowsFormTatsuya Kinoshita1-0/+2
Bug-Debian: https://github.com/tats/w3m/issues/21 Bug-Debian: https://github.com/tats/w3m/issues/26
2015-08-11Remove dead assignments flagged by Clang static analysisDavid Crosby1-2/+0
2014-12-06Fix a few harmless uninitialized variablesOlaf Hering1-1/+1
Origin: https://build.opensuse.org/package/view_file/openSUSE:Factory/w3m/w3m-uninitialized.patch?expand=1
2013-04-08Support the siteconf featureTatsuya Kinoshita1-22/+15
Patch to support the siteconf feature, from [w3m-dev 04463] on 2012-06-27, provided by AIDA Shinra.
2011-05-04Adding upstream version 0.5.2upstream/0.5.2Tatsuya Kinoshita1-2/+5
2011-05-04Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita1-0/+865