Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert "Prevent overflow beyond the end of string in visible_length_plain()" | Tatsuya Kinoshita | 2016-12-15 | 1 | -2/+1 | |
| | | | | This reverts commit f763b8ebf5441cb44d2c0234565fadd5eb1c87a5. | |||||
* | Revert "Prevent overflow beyond the end of string in textfieldrep()" | Tatsuya Kinoshita | 2016-12-15 | 1 | -2/+0 | |
| | | | | This reverts commit 77d8d8d6576d8afc0f6b2e09bb88c7ca9dba58bb. | |||||
* | Revert "Prevent overflow beyond the end of string in proc_mchar()" | Tatsuya Kinoshita | 2016-12-15 | 1 | -6/+5 | |
| | | | | This reverts commit e79d0ec2a00369a6af24007a1f2bb5e876e2c847. | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2016-12-13 | 1 | -0/+14 | |
| | ||||||
* | Prevent overflow beyond the end of string in proc_mchar() | Tatsuya Kinoshita | 2016-12-13 | 1 | -5/+6 | |
| | | | | | Bug-Debian: https://github.com/tats/w3m/issues/80 cf. https://github.com/tats/w3m/issues/59 | |||||
* | Prevent overflow beyond the end of string in textfieldrep() | Tatsuya Kinoshita | 2016-12-13 | 1 | -0/+2 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/79 | |||||
* | Preserve one byte for end of string character in form_update_line() | Tatsuya Kinoshita | 2016-12-13 | 1 | -1/+1 | |
| | | | | | Bug-Debian: https://github.com/tats/w3m/issues/82 cf. https://github.com/tats/w3m/issues/68#issuecomment-266214643 | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2016-12-10 | 1 | -0/+27 | |
| | ||||||
* | Prevent overflow beyond the end of string in wtf_len() | Tatsuya Kinoshita | 2016-12-10 | 1 | -1/+2 | |
| | | | | cf. https://github.com/tats/w3m/issues/57 | |||||
* | Prevent negative array index for realColumn in calcPosition() | Tatsuya Kinoshita | 2016-12-10 | 1 | -1/+1 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/69 | |||||
* | Prevent overflow beyond the end of string in wtf_parse1() | Tatsuya Kinoshita | 2016-12-10 | 1 | -18/+24 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/68 | |||||
* | Prevent heap-buffer-overflow in Strnew_size() | Tatsuya Kinoshita | 2016-12-10 | 1 | -0/+2 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/72 | |||||
* | Prevent overflow beyond the end of string in visible_length_plain() | Tatsuya Kinoshita | 2016-12-10 | 1 | -1/+2 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/76 | |||||
* | Prevent overflow beyond the end of string for wtf to wcs macros | Tatsuya Kinoshita | 2016-12-10 | 1 | -2/+4 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/77 | |||||
* | Prevent overflow beyond the end of string in form_update_line() | Tatsuya Kinoshita | 2016-12-10 | 1 | -1/+1 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/78 | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2016-12-08 | 1 | -0/+21 | |
| | ||||||
* | Prevent overflow beyond the end of string in form_update_line() | Tatsuya Kinoshita | 2016-12-08 | 1 | -6/+8 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/75 | |||||
* | Prevent overflow beyond the end of string in skip_space() | Tatsuya Kinoshita | 2016-12-08 | 1 | -1/+3 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/74 | |||||
* | Prevent overflow beyond the end of string in visible_length() | Tatsuya Kinoshita | 2016-12-08 | 1 | -1/+2 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/73 | |||||
* | Prevent overflow beyond the end of string in wtf_strwidth() | Tatsuya Kinoshita | 2016-12-07 | 1 | -1/+2 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/57 | |||||
* | Revert "Prevent overflow beyond the end of string in wtf_strwidth()" | Tatsuya Kinoshita | 2016-12-07 | 1 | -5/+1 | |
| | | | | This reverts commit d345c0950dfdef065b7377ecad0e4bc1d2601bf8. | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2016-12-07 | 1 | -0/+15 | |
| | ||||||
* | Prevent heap-use-after-free in HTMLlineproc0() | Tatsuya Kinoshita | 2016-12-07 | 1 | -1/+2 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/65 | |||||
* | Prevent negative values for offset and pos in push_link() | Tatsuya Kinoshita | 2016-12-07 | 1 | -2/+6 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/64 | |||||
* | Prevent overflow beyond the end of string in proc_mchar() | Tatsuya Kinoshita | 2016-12-07 | 1 | -1/+6 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/59 | |||||
* | Prevent overflow beyond the end of string in wtf_strwidth() | Tatsuya Kinoshita | 2016-12-07 | 1 | -1/+5 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/57 | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2016-12-05 | 1 | -0/+38 | |
| | ||||||
* | Explictily include <time.h> to avoid build err | Yixun Lan | 2016-12-05 | 1 | -0/+2 | |
| | | | | | | | | while disable ssl, we will got a undefine time_t err see https://bugs.gentoo.org/show_bug.cgi?id=601498 Signed-off-by: Yixun Lan <dlan@gentoo.org> | |||||
* | Prevent array index out of bounds for tridvalue in feed_table_tag() | Tatsuya Kinoshita | 2016-12-05 | 1 | -1/+3 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/71 | |||||
* | Prevent negative array index in set_integered_width() | Tatsuya Kinoshita | 2016-12-05 | 1 | -2/+2 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/70 | |||||
* | Prevent array index out of bounds for tabattr in feed_table_tag() | Tatsuya Kinoshita | 2016-12-05 | 1 | -1/+1 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/60 | |||||
* | Prevent negative array index in process_textarea() | Tatsuya Kinoshita | 2016-12-05 | 1 | -1/+1 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/58 | |||||
* | Prevent negative array index for marks in HTMLlineproc2body() | Tatsuya Kinoshita | 2016-12-05 | 1 | -1/+1 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/61 | |||||
* | Prevent negative value of row for pushTable() in HTMLlineproc0() | Tatsuya Kinoshita | 2016-12-05 | 1 | -0/+2 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/67 | |||||
* | Prevent negative array index in getMetaRefreshParam() | Tatsuya Kinoshita | 2016-12-05 | 1 | -2/+3 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/63 | |||||
* | Prevent negative array index for marks in shiftAnchorPosition() | Tatsuya Kinoshita | 2016-12-05 | 1 | -1/+2 | |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/62 | |||||
* | 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 | |||||
| * | 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 | |||||
| * | | fix menu buffer-overflow | Kuang-che Wu | 2016-11-27 | 1 | -1/+1 | |
| |/ | ||||||
* | | Add CVE IDs | Tatsuya Kinoshita | 2016-11-27 | 2 | -14/+21 | |
| | | | | | | | | | | cf. https://security-tracker.debian.org/tracker/source-package/w3m http://www.openwall.com/lists/oss-security/2016/11/24/1 | |||||
* | | 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 | |
| | | | | | cf. https://security-tracker.debian.org/tracker/source-package/w3m http://seclists.org/oss-sec/2016/q4/452 | |||||
* | Fix type mismatch for pcsw_ucs_map_size | Tatsuya Kinoshita | 2016-11-18 | 1 | -1/+1 | |
| | | | | cf. https://github.com/tats/w3m/issues/43 | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2016-11-18 | 1 | -0/+6 | |
| |