Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explictily include <time.h> to avoid build err | Yixun Lan | 2016-12-05 | 1 | -0/+2 |
* | Prevent array index out of bounds for tridvalue in feed_table_tag() | Tatsuya Kinoshita | 2016-12-05 | 1 | -1/+3 |
* | Prevent negative array index in set_integered_width() | Tatsuya Kinoshita | 2016-12-05 | 1 | -2/+2 |
* | Prevent array index out of bounds for tabattr in feed_table_tag() | Tatsuya Kinoshita | 2016-12-05 | 1 | -1/+1 |
* | Prevent negative array index in process_textarea() | Tatsuya Kinoshita | 2016-12-05 | 1 | -1/+1 |
* | Prevent negative array index for marks in HTMLlineproc2body() | Tatsuya Kinoshita | 2016-12-05 | 1 | -1/+1 |
* | Prevent negative value of row for pushTable() in HTMLlineproc0() | Tatsuya Kinoshita | 2016-12-05 | 1 | -0/+2 |
* | Prevent negative array index in getMetaRefreshParam() | Tatsuya Kinoshita | 2016-12-05 | 1 | -2/+3 |
* | Prevent negative array index for marks in shiftAnchorPosition() | Tatsuya Kinoshita | 2016-12-05 | 1 | -1/+2 |
* | Update ChangeLog | Tatsuya Kinoshita | 2016-11-27 | 1 | -0/+15 |
* | Merge pull request #50 from kcwu/fix-uninit-process_img | Tatsuya Kinoshita | 2016-11-27 | 1 | -1/+1 |
|\ | |||||
| * | fix uninitialized variable in process_img(). fix #44 | Kuang-che Wu | 2016-11-27 | 1 | -1/+1 |
* | | Merge pull request #49 from kcwu/fix-menu-overflow | Tatsuya Kinoshita | 2016-11-27 | 1 | -1/+1 |
|\ \ | |||||
| * | | fix menu buffer-overflow | Kuang-che Wu | 2016-11-27 | 1 | -1/+1 |
| |/ | |||||
* | | Add CVE IDs | Tatsuya Kinoshita | 2016-11-27 | 2 | -14/+21 |
* | | Update ChangeLogv0.5.3+git20161120 | Tatsuya Kinoshita | 2016-11-20 | 1 | -1/+5 |
* | | Update NEWS | Tatsuya Kinoshita | 2016-11-20 | 1 | -3/+10 |
|/ | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2016-11-19 | 1 | -1/+6 |
* | Update NEWS | Tatsuya Kinoshita | 2016-11-19 | 1 | -2/+2 |
* | Update ChangeLog | Tatsuya Kinoshita | 2016-11-18 | 1 | -0/+7 |
* | Add CVE IDs | Tatsuya Kinoshita | 2016-11-18 | 2 | -18/+26 |
* | Fix type mismatch for pcsw_ucs_map_size | Tatsuya Kinoshita | 2016-11-18 | 1 | -1/+1 |
* | Update ChangeLog | Tatsuya Kinoshita | 2016-11-18 | 1 | -0/+6 |
* | Prevent global-buffer-overflow in wc_any_to_ucs() | Tatsuya Kinoshita | 2016-11-18 | 2 | -0/+44 |
* | Update ChangeLog | Tatsuya Kinoshita | 2016-11-17 | 1 | -0/+8 |
* | Prevent global-buffer-overflow in parseURL() | Tatsuya Kinoshita | 2016-11-17 | 1 | -1/+4 |
* | Prevent deref null pointer in HTMLlineproc0() | Tatsuya Kinoshita | 2016-11-17 | 1 | -5/+5 |
* | Update ChangeLog | Tatsuya Kinoshita | 2016-11-15 | 1 | -0/+3 |
* | Prevent deref null pointer in renderCoTable() | Tatsuya Kinoshita | 2016-11-15 | 1 | -0/+2 |
* | Update ChangeLog | Tatsuya Kinoshita | 2016-11-15 | 1 | -0/+13 |
* | Prevent infinite recursion with nested table and textarea | Tatsuya Kinoshita | 2016-11-15 | 3 | -0/+15 |
* | Revert "Prevent infinite recursion with nested table and textarea" | Tatsuya Kinoshita | 2016-11-15 | 1 | -13/+0 |
* | Prevent deref null pointer in shiftAnchorPosition() | Tatsuya Kinoshita | 2016-11-15 | 1 | -1/+1 |
* | Update ChangeLog | Tatsuya Kinoshita | 2016-11-14 | 1 | -0/+9 |
* | Prevent null pointer deref due to bad form id | Tatsuya Kinoshita | 2016-11-14 | 1 | -1/+4 |
* | Prevent array index out of bounds for symbol | Tatsuya Kinoshita | 2016-11-14 | 4 | -7/+8 |
* | Update ChangeLog | Tatsuya Kinoshita | 2016-11-13 | 1 | -0/+6 |
* | Prevent null pointer dereference in HTMLlineproc2body for textarea_int | Tatsuya Kinoshita | 2016-11-13 | 1 | -1/+1 |
* | Update ChangeLog | Tatsuya Kinoshita | 2016-11-12 | 1 | -0/+2 |
* | Update NEWS | Tatsuya Kinoshita | 2016-11-12 | 1 | -2/+3 |
* | Update ChangeLog | Tatsuya Kinoshita | 2016-11-12 | 1 | -0/+5 |
* | Prevent infinite recursion with nested table and textarea | Tatsuya Kinoshita | 2016-11-12 | 1 | -0/+13 |
* | Update ChangeLog | Tatsuya Kinoshita | 2016-11-09 | 1 | -0/+5 |
* | Check indent_level to prevent infinite recursion | Tatsuya Kinoshita | 2016-11-09 | 1 | -0/+2 |
* | Update ChangeLog | Tatsuya Kinoshita | 2016-11-07 | 1 | -0/+3 |
* | Prevent infinite recursion in HTMLlineproc0 | Tatsuya Kinoshita | 2016-11-07 | 1 | -8/+8 |
* | Update ChangeLog | Tatsuya Kinoshita | 2016-11-07 | 1 | -0/+5 |
* | Update documents for included w3mdict.cgi | Tatsuya Kinoshita | 2016-11-07 | 2 | -1/+2 |
* | Update ChangeLog | Tatsuya Kinoshita | 2016-11-07 | 1 | -0/+22 |
* | Merge pull request #34 from 0-wiz-0/master | Tatsuya Kinoshita | 2016-11-07 | 1 | -0/+10 |
|\ |