Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typo fix | Tatsuya Kinoshita | 2021-02-17 | 1 | -4/+4 |
| | |||||
* | Remove .cvsignore | Tatsuya Kinoshita | 2020-09-15 | 1 | -1/+0 |
| | |||||
* | Prevent overflow beyond the end of string in wtf_parse1() | Tatsuya Kinoshita | 2016-12-24 | 1 | -12/+32 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/68 | ||||
* | Revert "Prevent overflow beyond the end of string in wtf_parse1()" | Tatsuya Kinoshita | 2016-12-24 | 1 | -24/+18 |
| | | | | | | This reverts commit 998b6f91d4b02e8bf90b7744dfabc8cccdf9d4f9. Bug-Debian: https://github.com/tats/w3m/issues/86 cf. http://emacs-w3m.namazu.org/ml/msg12505.html | ||||
* | Prevent overflow beyond the end of string for wtf to wcs macros | Tatsuya Kinoshita | 2016-12-15 | 1 | -2/+4 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/77 | ||||
* | Revert "Prevent overflow beyond the end of string for wtf to wcs macros" | Tatsuya Kinoshita | 2016-12-15 | 1 | -4/+2 |
| | | | | This reverts commit b4d27ba5ccffaa38e968c2bf3a8eeb9cd43928ff. | ||||
* | Prevent overflow beyond the end of string in caller of get_mclen() | Tatsuya Kinoshita | 2016-12-15 | 2 | -5/+9 |
| | | | | | | | | | | | Bug-Debian: https://github.com/tats/w3m/issues/59 Bug-Debian: https://github.com/tats/w3m/issues/73 Bug-Debian: https://github.com/tats/w3m/issues/74 Bug-Debian: https://github.com/tats/w3m/issues/76 Bug-Debian: https://github.com/tats/w3m/issues/79 Bug-Debian: https://github.com/tats/w3m/issues/80 Bug-Debian: https://github.com/tats/w3m/issues/83 Bug-Debian: https://github.com/tats/w3m/issues/84 | ||||
* | 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 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 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 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. | ||||
* | 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 | ||||
* | Fix type mismatch for pcsw_ucs_map_size | Tatsuya Kinoshita | 2016-11-18 | 1 | -1/+1 |
| | | | | cf. https://github.com/tats/w3m/issues/43 | ||||
* | Prevent global-buffer-overflow in wc_any_to_ucs() | Tatsuya Kinoshita | 2016-11-18 | 2 | -0/+44 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/43 | ||||
* | Prevent segfault when iso2022 parsing | Tatsuya Kinoshita | 2016-08-17 | 1 | -7/+14 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/14 | ||||
* | Fix segfault on bogus text for wc_N_to_johab1 | Tatsuya Kinoshita | 2016-04-07 | 1 | -3/+3 |
| | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820373 | ||||
* | Fix segfault on bogus text | Tatsuya Kinoshita | 2016-04-06 | 12 | -12/+99 |
| | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820162 | ||||
* | Add missing comparision that made if always true | David Crosby | 2015-08-11 | 1 | -1/+1 |
| | |||||
* | Add overflow detection | Scarlett | 2015-01-15 | 2 | -4/+2 |
| | | | | | | | | | | | | | Origin: http://marc.info/?l=openbsd-ports&m=142090828929750&w=2 * main.c: Call exit(1) when out of memory to avoid dereferencing null pointers when gc's malloc fails. * alloc.h: Replacements for w3m's allocation macros which add overflow detection and concentrate the macros in one file. * indep.h, libwc/charset.c, libwc/status.c, matrix.c: Use the overflow-detecting allocation macros from alloc.h. | ||||
* | Fix a few harmless uninitialized variables | Olaf Hering | 2014-12-06 | 2 | -0/+2 |
| | | | | Origin: https://build.opensuse.org/package/view_file/openSUSE:Factory/w3m/w3m-uninitialized.patch?expand=1 | ||||
* | Fix incorrect generation of ucs_ambwidth_map | Tatsuya Kinoshita | 2014-10-13 | 2 | -50/+91 |
| | |||||
* | Remove garbage files | Tatsuya Kinoshita | 2012-05-24 | 6 | -169/+0 |
| | |||||
* | Adding upstream version 0.5.3upstream/0.5.3 | Tatsuya Kinoshita | 2011-05-04 | 23 | -61/+26497 |
| | |||||
* | Adding upstream version 0.5.2upstream/0.5.2 | Tatsuya Kinoshita | 2011-05-04 | 6 | -8/+22 |
| | |||||
* | Adding upstream version 0.5.1upstream/0.5.1 | Tatsuya Kinoshita | 2011-05-04 | 153 | -0/+222934 |