Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-03-23 | Prevent unneeded memory allocation for language tags in libwc | Tatsuya Kinoshita | 1 | -1/+6 | |
cf. https://oss-fuzz.com/testcase-detail/6275874304425984 Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31397 | |||||
2021-03-22 | Prevent very long language tag in libwc | Tatsuya Kinoshita | 1 | -2/+4 | |
Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32229 | |||||
2021-03-11 | Prevent index overflow due to tag_map in libwc | Tatsuya Kinoshita | 2 | -5/+5 | |
Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31936 | |||||
2021-02-28 | Prevent unintentional integer overflow in libwc | Tatsuya Kinoshita | 2 | -2/+2 | |
2021-02-17 | Typo fix | Tatsuya Kinoshita | 1 | -4/+4 | |
2020-09-15 | Remove .cvsignore | Tatsuya Kinoshita | 1 | -1/+0 | |
2016-12-24 | Prevent overflow beyond the end of string in wtf_parse1() | Tatsuya Kinoshita | 1 | -12/+32 | |
Bug-Debian: https://github.com/tats/w3m/issues/68 | |||||
2016-12-24 | Revert "Prevent overflow beyond the end of string in wtf_parse1()" | Tatsuya Kinoshita | 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 | |||||
2016-12-15 | Prevent overflow beyond the end of string for wtf to wcs macros | Tatsuya Kinoshita | 1 | -2/+4 | |
Bug-Debian: https://github.com/tats/w3m/issues/77 | |||||
2016-12-15 | Revert "Prevent overflow beyond the end of string for wtf to wcs macros" | Tatsuya Kinoshita | 1 | -4/+2 | |
This reverts commit b4d27ba5ccffaa38e968c2bf3a8eeb9cd43928ff. | |||||
2016-12-15 | Prevent overflow beyond the end of string in caller of get_mclen() | Tatsuya Kinoshita | 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 | |||||
2016-12-10 | Prevent overflow beyond the end of string in wtf_len() | Tatsuya Kinoshita | 1 | -1/+2 | |
cf. https://github.com/tats/w3m/issues/57 | |||||
2016-12-10 | Prevent overflow beyond the end of string in wtf_parse1() | Tatsuya Kinoshita | 1 | -18/+24 | |
Bug-Debian: https://github.com/tats/w3m/issues/68 | |||||
2016-12-10 | Prevent overflow beyond the end of string for wtf to wcs macros | Tatsuya Kinoshita | 1 | -2/+4 | |
Bug-Debian: https://github.com/tats/w3m/issues/77 | |||||
2016-12-07 | Prevent overflow beyond the end of string in wtf_strwidth() | Tatsuya Kinoshita | 1 | -1/+2 | |
Bug-Debian: https://github.com/tats/w3m/issues/57 | |||||
2016-12-07 | Revert "Prevent overflow beyond the end of string in wtf_strwidth()" | Tatsuya Kinoshita | 1 | -5/+1 | |
This reverts commit d345c0950dfdef065b7377ecad0e4bc1d2601bf8. | |||||
2016-12-07 | Prevent overflow beyond the end of string in wtf_strwidth() | Tatsuya Kinoshita | 1 | -1/+5 | |
Bug-Debian: https://github.com/tats/w3m/issues/57 | |||||
2016-11-18 | Fix type mismatch for pcsw_ucs_map_size | Tatsuya Kinoshita | 1 | -1/+1 | |
cf. https://github.com/tats/w3m/issues/43 | |||||
2016-11-18 | Prevent global-buffer-overflow in wc_any_to_ucs() | Tatsuya Kinoshita | 2 | -0/+44 | |
Bug-Debian: https://github.com/tats/w3m/issues/43 | |||||
2016-08-17 | Prevent segfault when iso2022 parsing | Tatsuya Kinoshita | 1 | -7/+14 | |
Bug-Debian: https://github.com/tats/w3m/issues/14 | |||||
2016-04-07 | Fix segfault on bogus text for wc_N_to_johab1 | Tatsuya Kinoshita | 1 | -3/+3 | |
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820373 | |||||
2016-04-06 | Fix segfault on bogus text | Tatsuya Kinoshita | 12 | -12/+99 | |
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820162 | |||||
2015-08-11 | Add missing comparision that made if always true | David Crosby | 1 | -1/+1 | |
2015-01-15 | Add overflow detection | Scarlett | 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. | |||||
2014-12-06 | Fix a few harmless uninitialized variables | Olaf Hering | 2 | -0/+2 | |
Origin: https://build.opensuse.org/package/view_file/openSUSE:Factory/w3m/w3m-uninitialized.patch?expand=1 | |||||
2014-10-13 | Fix incorrect generation of ucs_ambwidth_map | Tatsuya Kinoshita | 2 | -50/+91 | |
2012-05-24 | Remove garbage files | Tatsuya Kinoshita | 6 | -169/+0 | |
2012-05-22 | Remove garbage files | Tatsuya Kinoshita | 6 | -169/+0 | |
2011-05-04 | Adding upstream version 0.5.3upstream/0.5.3 | Tatsuya Kinoshita | 23 | -61/+26497 | |
2011-05-04 | Adding upstream version 0.5.2upstream/0.5.2 | Tatsuya Kinoshita | 6 | -8/+22 | |
2011-05-04 | Adding upstream version 0.5.1upstream/0.5.1 | Tatsuya Kinoshita | 153 | -0/+222934 | |
2010-08-24 | [w3m-dev 04393] [patch] locale-related character management | Ito Hiroyuki | 9 | -0/+4212 | |
2010-07-25 | * merge ambiguous width patch | Ito Hiroyuki | 8 | -1/+22055 | |
* http://www.j10n.org/files/w3m-cvs-1.914-ambwidth.patch | |||||
2007-06-07 | fix charset handling. [w3m-dev 04279] | Dai Sato | 2 | -60/+61 | |
2007-05-23 | [w3m-dev 04240] nl_langinfo() requires setlocale() | Dai Sato | 1 | -1/+2 | |
2007-05-23 | [w3m-dev 04213] update Unicode charcters' width | Dai Sato | 3 | -6/+9 | |
2006-04-05 | apply multiple patches on w3m-dev(-en) ML since Jun 2005 to Jan 2006. | Dai Sato | 1 | -1/+1 | |
2004-10-13 | Bug#276246: w3m's locale parsing should at least see '@euro' modifier | Fumitoshi UKAI | 1 | -0/+10 | |
* config.h (HAVE_LANGINFO_CODESET): added * configure.in (AM_LANGINFO_CODESET): added * libwc/charset.c: #include <langinfo.h> (wc_charset_to_ces): use nl_langinfo(CODESET) From: Fumitoshi UKAI <ukai@debian.or.jp> | |||||
2004-05-02 | [w3m-dev-en 01007] | Fumitoshi UKAI | 1 | -1/+1 | |
* libwc/Makefile.in (CFLAGS): need @CPPFLAGS@ | |||||
2004-04-26 | [w3m-dev 04073] Re: run configure in another directory | Fumitoshi UKAI | 1 | -1/+1 | |
* Makefile.in (CFLAGS): include dir here (DEFS): delete include dirs (libwc/libwc.a): pass OPTS only (w3mimg/w3mimg.a): pass OPTS only * libwc/Makefile.in (CFLAGS): fixed * w3mimg/Makefile.in (CFLAGS): added (fb x11): pass OPTS only * w3mimg/fb/Makefile.in (CFLAGS): added * w3mimg/x11/Makefile.in (CFLAGS): added From: Fumitoshi UKAI <ukai@debian.or.jp> | |||||
2004-04-21 | build error for --enable-m17n --disable-unicode | Fumitoshi UKAI | 1 | -0/+2 | |
* libwc/detect.c (wc_create_detect_map): #ifdef USE_UNICODE From: Masao Uebayashi <uebayasi@pultek.co.jp> | |||||
2004-04-04 | [w3m-dev 04049] w3m-cvs-1.914-misc.patch | Fumitoshi UKAI | 1 | -0/+12 | |
* Makefile.in (funcname.tab): dont modify when target is unchanged. (CFLAGS): need $(CPPFLAGS)? * config.h.in: add HAVE_STDINT_H, HAVE_INTTYPES_H * configure.in: s/AC_CANONICAL_SYSTEM/AC_CANONICAL_HOST/ don't use AC_CYGWIN don't use $CYGWIN, use $host_os *cygwin* AC_DEFINE in AC_CHECK_HEADER (float.h, sys/select.h) add stdint.h, inttypes.h * etc.c (find_auth_pass_entry): host is case insensitive * libwc/wc_types.h: use stdint.h or inttypes.h * main.c (MAIN); need GC_init() From: AIDA Shinra <shinra@j10n.org> | |||||
2004-03-21 | libwc/Makefile.in: add distclean | Fumitoshi UKAI | 1 | -0/+3 | |
From: Fumitoshi UKAI <ukai@debian.or.jp> | |||||
2003-09-22 | fix top_srcdir | Fumitoshi UKAI | 1 | -1/+1 | |
2003-09-22 | clean libwc.a | Fumitoshi UKAI | 1 | -1/+2 | |
2003-09-22 | more autoconfiscate | Fumitoshi UKAI | 2 | -5/+15 | |
2003-09-22 | merge m17n patch | Fumitoshi UKAI | 152 | -0/+222906 | |
add libwc |