aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prevent invalid columnPos() call in formUpdateBuffer()v0.5.3+debian-19+deb8u3master-jessieTatsuya Kinoshita2020-05-011-0/+2
* Prevent negative indent value in feed_table_block_tag()Tatsuya Kinoshita2020-05-011-0/+4
* Prevent overflow beyond the end of string in wtf_parse1()v0.5.3+debian-19+deb8u2Tatsuya Kinoshita2017-01-061-12/+32
* Preserve one byte for end of string character in form_update_line()Tatsuya Kinoshita2017-01-061-1/+2
* Prevent invalid form_update_line() call in formUpdateBuffer()Tatsuya Kinoshita2017-01-061-1/+2
* 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 for wtf to wcs macrosTatsuya Kinoshita2017-01-061-2/+4
* Prevent overflow beyond the end of string in caller of get_mclen()Tatsuya Kinoshita2017-01-063-6/+10
* Prevent negative array index for realColumn in calcPosition()Tatsuya Kinoshita2017-01-061-1/+1
* Prevent heap-buffer-overflow in Strnew_size()Tatsuya Kinoshita2017-01-061-0/+2
* Prevent overflow beyond the end of string in wtf_strwidth() and wtf_len()Tatsuya Kinoshita2017-01-061-2/+4
* 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 array index out of bounds for tridvalue in feed_table_tag()Tatsuya Kinoshita2017-01-061-1/+3
* Prevent negative array index in set_integered_width()Tatsuya Kinoshita2017-01-061-2/+2
* Prevent array index out of bounds for tabattr in feed_table_tag()Tatsuya Kinoshita2017-01-061-1/+1
* 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 negative array index for marks in shiftAnchorPosition()Tatsuya Kinoshita2017-01-061-1/+2
* Fix menu buffer-overflowKuang-che Wu2017-01-061-1/+1
* Prevent memory exhausted due to repeat appending "</table>"v0.5.3+debian-19+deb8u1Tatsuya Kinoshita2016-11-241-0/+3
* Prevent global-buffer-overflow in wc_any_to_ucs()Tatsuya Kinoshita2016-11-192-0/+44
* Prevent global-buffer-overflow in parseURL()Tatsuya Kinoshita2016-11-191-1/+4
* Prevent deref null pointer in HTMLlineproc0()Tatsuya Kinoshita2016-11-191-5/+5
* Prevent deref null pointer in shiftAnchorPosition()Tatsuya Kinoshita2016-11-191-1/+1
* Prevent null pointer deref due to bad form idTatsuya Kinoshita2016-11-191-1/+4
* Prevent array index out of bounds for symbolTatsuya Kinoshita2016-11-194-7/+8
* Check indent_level to prevent infinite recursionTatsuya Kinoshita2016-11-191-0/+2
* Prevent infinite recursion in HTMLlineproc0Tatsuya Kinoshita2016-11-191-8/+8
* Prevent dereference near-null pointer in formUpdateBufferTatsuya Kinoshita2016-11-191-1/+2
* 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 deref null pointer in renderCoTable()Tatsuya Kinoshita2016-11-191-0/+2
* Prevent infinite recursion with nested table and textareaTatsuya Kinoshita2016-11-193-0/+15
* Prevent global-buffer-overflow write in formUpdateBufferTatsuya Kinoshita2016-11-191-1/+3
* Fix null pointer dereference in formUpdateBufferTatsuya Kinoshita2016-11-191-0/+4
* Fix potential heap buffer corruption due to StrgrowKuang-che Wu2016-11-191-2/+2
* Prevent segfault due to buffer overflows in addMultirowsFormTatsuya Kinoshita2016-11-191-0/+2
* Prevent segfault with malformed table_altTatsuya Kinoshita2016-11-191-1/+1
* Prevent segfault for formUpdateBufferTatsuya Kinoshita2016-11-191-0/+2
* Truncate max_width for renderTableTatsuya Kinoshita2016-11-191-0/+4
* Fix uninitialised values for <i> and <dd>Tatsuya Kinoshita2016-11-192-0/+7
* Fix table rowspan and colspanKuang-che Wu2016-11-191-0/+4
* 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 segfault when iso2022 parsingTatsuya Kinoshita2016-11-191-7/+14