Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-30 | 1 | -0/+9 |
| | |||||
* | Treat table height as int instead of short | Tatsuya Kinoshita | 2021-03-30 | 2 | -8/+41 |
| | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838952 | ||||
* | Treat textlist item number as int instead of short | Tatsuya Kinoshita | 2021-03-30 | 4 | -8/+17 |
| | | | | cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838952 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-29 | 1 | -0/+7 |
| | |||||
* | Prevent GC warnings of repeated allocation | Tatsuya Kinoshita | 2021-03-29 | 1 | -0/+2 |
| | | | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746701 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832407 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862382 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-27 | 1 | -0/+4 |
| | |||||
* | Fix potential integer overflow in allocStr | Tatsuya Kinoshita | 2021-03-27 | 1 | -0/+2 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-26 | 1 | -0/+6 |
| | |||||
* | Ignore the "-" option to accept `w3m -` as "read from stdin" | Tatsuya Kinoshita | 2021-03-26 | 1 | -1/+1 |
| | | | | Bug-Debian: https://github.com/tats/w3m/issues/87 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-25 | 1 | -0/+6 |
| | |||||
* | Explicitly call GC_gcollect() in fuzzer | Tatsuya Kinoshita | 2021-03-25 | 1 | -0/+6 |
| | |||||
* | Prevent memory leak in fuzzer | Tatsuya Kinoshita | 2021-03-25 | 1 | -9/+11 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-23 | 1 | -0/+9 |
| | |||||
* | Reduce memory reallocation due to Strgrow | Tatsuya Kinoshita | 2021-03-23 | 1 | -1/+5 |
| | |||||
* | Prevent unneeded memory allocation for language tags in libwc | Tatsuya Kinoshita | 2021-03-23 | 1 | -1/+6 |
| | | | | | cf. https://oss-fuzz.com/testcase-detail/6275874304425984 Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31397 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-22 | 1 | -0/+6 |
| | |||||
* | Prevent very long language tag in libwc | Tatsuya Kinoshita | 2021-03-22 | 1 | -2/+4 |
| | | | | Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32229 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-21 | 1 | -0/+6 |
| | |||||
* | Check STR_SIZE_MAX in Strcat_char | Tatsuya Kinoshita | 2021-03-21 | 2 | -3/+3 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-20 | 1 | -0/+4 |
| | |||||
* | Prevent very small allocation in Str.c | Tatsuya Kinoshita | 2021-03-20 | 1 | -10/+20 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-19 | 1 | -0/+4 |
| | |||||
* | Decrease STR_SIZE_MAX to prevent large memory usage | Tatsuya Kinoshita | 2021-03-19 | 1 | -1/+1 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-14 | 1 | -0/+7 |
| | |||||
* | Include unistd.h for getpid() and unlink() in fuzzer | Tatsuya Kinoshita | 2021-03-14 | 1 | -0/+1 |
| | |||||
* | Call wtf_init() in fuzzing | Tatsuya Kinoshita | 2021-03-14 | 1 | -0/+8 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-11 | 1 | -0/+7 |
| | |||||
* | Prevent index overflow due to tag_map in libwc | Tatsuya Kinoshita | 2021-03-11 | 2 | -5/+5 |
| | | | | Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31936 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-06 | 1 | -0/+2 |
| | |||||
* | Set GC_oom_fn in fuzzing | Tatsuya Kinoshita | 2021-03-06 | 1 | -0/+10 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-06 | 1 | -0/+9 |
| | |||||
* | Call GC_INIT() in fuzzing | Tatsuya Kinoshita | 2021-03-06 | 1 | -0/+8 |
| | |||||
* | Merge pull request #174 from bptato/master | Tatsuya Kinoshita | 2021-03-06 | 1 | -9/+16 |
|\ | | | | | Fix file handle leaks in kitty and iTerm2 image display | ||||
| * | Fix file handle leaks in kitty and iTerm2 image display | bptato | 2021-03-05 | 1 | -9/+16 |
|/ | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-04 | 1 | -0/+3 |
| | |||||
* | Prevent redundant memory reallocation in Str.c | Tatsuya Kinoshita | 2021-03-04 | 1 | -15/+8 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-04 | 1 | -0/+2 |
| | |||||
* | Prevent unneeded Strgrow in Strinsert_char | Tatsuya Kinoshita | 2021-03-04 | 1 | -1/+1 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-04 | 1 | -0/+4 |
| | |||||
* | Consider Strgrow overflow in Strinsert_char | Tatsuya Kinoshita | 2021-03-04 | 1 | -1/+3 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-03 | 1 | -0/+4 |
| | |||||
* | Prevent unneeded memory allocation in Strgrow | Tatsuya Kinoshita | 2021-03-03 | 1 | -6/+8 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-03-02 | 1 | -3/+27 |
| | |||||
* | Prevent large memory usage and null-deref in Str.c | Tatsuya Kinoshita | 2021-03-02 | 1 | -1/+27 |
| | | | | | Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31579 Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31589 | ||||
* | Merge pull request #170 from bptato/master | Tatsuya Kinoshita | 2021-03-02 | 4 | -213/+13268 |
|\ | | | | | Support named character references specified by the living standard | ||||
| * | Use > instead of > in entity test generator | bptato | 2021-03-01 | 2 | -6/+6 |
| | | |||||
| * | Fix small mistakes in entity test generator | bptato | 2021-02-28 | 2 | -18/+18 |
| | | |||||
| * | Support single-codepoint HTML entities specified by whatwg | bptato | 2021-02-28 | 4 | -214/+13268 |
| | | | | | | | | https://html.spec.whatwg.org/multipage/named-characters.html#named-character-references | ||||
| * | Support period entity name | bptato | 2021-02-27 | 1 | -0/+1 |
| | | |||||
* | | Update ChangeLog | Tatsuya Kinoshita | 2021-02-28 | 1 | -0/+2 |
| | |