| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent overflow beyond the end of string in wtf_parse1()v0.5.3+debian-19+deb8u2 | Tatsuya Kinoshita | 2017-01-06 | 1 | -12/+32 |
* | Preserve one byte for end of string character in form_update_line() | Tatsuya Kinoshita | 2017-01-06 | 1 | -1/+2 |
* | Prevent invalid form_update_line() call in formUpdateBuffer() | Tatsuya Kinoshita | 2017-01-06 | 1 | -1/+2 |
* | Prevent heap-use-after-free read in HTMLlineproc0() | Tatsuya Kinoshita | 2017-01-06 | 1 | -1/+1 |
* | Prevent infinite loop in feed_textarea() | Tatsuya Kinoshita | 2017-01-06 | 1 | -1/+3 |
* | Prevent overflow beyond the end of string for wtf to wcs macros | Tatsuya Kinoshita | 2017-01-06 | 1 | -2/+4 |
* | Prevent overflow beyond the end of string in caller of get_mclen() | Tatsuya Kinoshita | 2017-01-06 | 3 | -6/+10 |
* | Prevent negative array index for realColumn in calcPosition() | Tatsuya Kinoshita | 2017-01-06 | 1 | -1/+1 |
* | Prevent heap-buffer-overflow in Strnew_size() | Tatsuya Kinoshita | 2017-01-06 | 1 | -0/+2 |
* | Prevent overflow beyond the end of string in wtf_strwidth() and wtf_len() | Tatsuya Kinoshita | 2017-01-06 | 1 | -2/+4 |
* | Prevent heap-use-after-free in HTMLlineproc0() | Tatsuya Kinoshita | 2017-01-06 | 1 | -1/+2 |
* | Prevent negative values for offset and pos in push_link() | Tatsuya Kinoshita | 2017-01-06 | 1 | -2/+6 |
* | Prevent array index out of bounds for tridvalue in feed_table_tag() | Tatsuya Kinoshita | 2017-01-06 | 1 | -1/+3 |
* | Prevent negative array index in set_integered_width() | Tatsuya Kinoshita | 2017-01-06 | 1 | -2/+2 |
* | Prevent array index out of bounds for tabattr in feed_table_tag() | Tatsuya Kinoshita | 2017-01-06 | 1 | -1/+1 |
* | Prevent negative array index in process_textarea() | Tatsuya Kinoshita | 2017-01-06 | 1 | -1/+1 |
* | Prevent negative array index for marks in HTMLlineproc2body() | Tatsuya Kinoshita | 2017-01-06 | 1 | -1/+1 |
* | Prevent negative value of row for pushTable() in HTMLlineproc0() | Tatsuya Kinoshita | 2017-01-06 | 1 | -0/+2 |
* | Prevent negative array index in getMetaRefreshParam() | Tatsuya Kinoshita | 2017-01-06 | 1 | -2/+3 |
* | Prevent negative array index for marks in shiftAnchorPosition() | Tatsuya Kinoshita | 2017-01-06 | 1 | -1/+2 |
* | Fix menu buffer-overflow | Kuang-che Wu | 2017-01-06 | 1 | -1/+1 |
* | Prevent memory exhausted due to repeat appending "</table>"v0.5.3+debian-19+deb8u1 | Tatsuya Kinoshita | 2016-11-24 | 1 | -0/+3 |
* | Prevent global-buffer-overflow in wc_any_to_ucs() | Tatsuya Kinoshita | 2016-11-19 | 2 | -0/+44 |
* | Prevent global-buffer-overflow in parseURL() | Tatsuya Kinoshita | 2016-11-19 | 1 | -1/+4 |
* | Prevent deref null pointer in HTMLlineproc0() | Tatsuya Kinoshita | 2016-11-19 | 1 | -5/+5 |
* | Prevent deref null pointer in shiftAnchorPosition() | Tatsuya Kinoshita | 2016-11-19 | 1 | -1/+1 |
* | Prevent null pointer deref due to bad form id | Tatsuya Kinoshita | 2016-11-19 | 1 | -1/+4 |
* | Prevent array index out of bounds for symbol | Tatsuya Kinoshita | 2016-11-19 | 4 | -7/+8 |
* | Check indent_level to prevent infinite recursion | Tatsuya Kinoshita | 2016-11-19 | 1 | -0/+2 |
* | Prevent infinite recursion in HTMLlineproc0 | Tatsuya Kinoshita | 2016-11-19 | 1 | -8/+8 |
* | Prevent dereference near-null pointer in formUpdateBuffer | Tatsuya Kinoshita | 2016-11-19 | 1 | -1/+2 |
* | Prevent crash after allocate string of negative size | Tatsuya Kinoshita | 2016-11-19 | 1 | -0/+6 |
* | Prevent null pointer dereference in HTMLlineproc2body | Tatsuya Kinoshita | 2016-11-19 | 1 | -2/+2 |
* | Prevent deref null pointer in renderCoTable() | Tatsuya Kinoshita | 2016-11-19 | 1 | -0/+2 |
* | Prevent infinite recursion with nested table and textarea | Tatsuya Kinoshita | 2016-11-19 | 3 | -0/+15 |
* | Prevent global-buffer-overflow write in formUpdateBuffer | Tatsuya Kinoshita | 2016-11-19 | 1 | -1/+3 |
* | Fix null pointer dereference in formUpdateBuffer | Tatsuya Kinoshita | 2016-11-19 | 1 | -0/+4 |
* | Fix potential heap buffer corruption due to Strgrow | Kuang-che Wu | 2016-11-19 | 1 | -2/+2 |
* | Prevent segfault due to buffer overflows in addMultirowsForm | Tatsuya Kinoshita | 2016-11-19 | 1 | -0/+2 |
* | Prevent segfault with malformed table_alt | Tatsuya Kinoshita | 2016-11-19 | 1 | -1/+1 |
* | Prevent segfault for formUpdateBuffer | Tatsuya Kinoshita | 2016-11-19 | 1 | -0/+2 |
* | Truncate max_width for renderTable | Tatsuya Kinoshita | 2016-11-19 | 1 | -0/+4 |
* | Fix uninitialised values for <i> and <dd> | Tatsuya Kinoshita | 2016-11-19 | 2 | -0/+7 |
* | Fix table rowspan and colspan | Kuang-che Wu | 2016-11-19 | 1 | -0/+4 |
* | Prevent segfault with malformed input_alt | Tatsuya Kinoshita | 2016-11-19 | 1 | -3/+3 |
* | Prevent segfault with incorrect button type | Tatsuya Kinoshita | 2016-11-19 | 1 | -0/+11 |
* | Prevent segfault with incorrect form_int fid | Tatsuya Kinoshita | 2016-11-19 | 1 | -2/+3 |
* | Prevent segfault when iso2022 parsing | Tatsuya Kinoshita | 2016-11-19 | 1 | -7/+14 |
* | Prevent segfault for formUpdateBuffer | Tatsuya Kinoshita | 2016-11-19 | 1 | -2/+2 |
* | Prevent negative array index for selectnumber and textareanumber | Tatsuya Kinoshita | 2016-11-19 | 2 | -6/+10 |