Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | ||||||
* | | Prevent zero size allocation in Str.c | Tatsuya Kinoshita | 2021-02-28 | 1 | -4/+4 | |
| | | ||||||
* | | Update ChangeLog | Tatsuya Kinoshita | 2021-02-28 | 1 | -0/+6 | |
| | | ||||||
* | | Update PO strings | Tatsuya Kinoshita | 2021-02-28 | 5 | -441/+488 | |
| | | ||||||
* | | New option ssl_ca_default to explicitly use OpenSSL default paths | Tatsuya Kinoshita | 2021-02-28 | 4 | -3/+10 | |
| | | ||||||
* | | Update ChangeLog | Tatsuya Kinoshita | 2021-02-28 | 1 | -0/+11 | |
| | | ||||||
* | | Prevent unintentional integer overflow in libwc | Tatsuya Kinoshita | 2021-02-28 | 2 | -2/+2 | |
| | | ||||||
* | | Prevent unintentional integer overflow in Strcat_charp_n | Tatsuya Kinoshita | 2021-02-28 | 1 | -1/+1 | |
| | | | | | | | | Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31500 | |||||
* | | Prevent unintentional integer overflow in Strgrow | Tatsuya Kinoshita | 2021-02-28 | 1 | -1/+1 | |
|/ | | | | Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31467 | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-02-27 | 1 | -0/+5 | |
| | ||||||
* | One more fix overflow due to Strgrow | Tatsuya Kinoshita | 2021-02-27 | 1 | -2/+5 | |
| | | | | Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31397 | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-02-26 | 1 | -0/+7 | |
| | ||||||
* | Fix potential overflow due to Str.c | Tatsuya Kinoshita | 2021-02-26 | 1 | -8/+34 | |
| | ||||||
* | Fix integer overflow due to Strgrow | Tatsuya Kinoshita | 2021-02-26 | 1 | -0/+5 | |
| | | | | Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31397 | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-02-24 | 1 | -0/+11 | |
| | ||||||
* | Simplify doc for SSL | Tatsuya Kinoshita | 2021-02-24 | 1 | -79/+8 | |
| | ||||||
* | Merge pull request #169 from DavidKorczynski/master | Tatsuya Kinoshita | 2021-02-24 | 1 | -0/+51 | |
|\ | | | | | Added initial fuzzer for integration with OSS-Fuzz. | |||||
| * | Added initial fuzzer for integration with OSS-Fuzz. | davkor | 2021-02-23 | 1 | -0/+51 | |
|/ | ||||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-02-22 | 1 | -0/+10 | |
| | ||||||
* | Don't fallback when SSL_CTX_load_verify_locations fails | Tatsuya Kinoshita | 2021-02-22 | 1 | -5/+11 | |
| | ||||||
* | Don't use SSL_CTX_set_default_verify_paths when not USE_SSL_VERIFY | Tatsuya Kinoshita | 2021-02-22 | 1 | -1/+1 | |
| | ||||||
* | Disable --with-cafile by default to use OpenSSL default paths | Tatsuya Kinoshita | 2021-02-22 | 4 | -5/+5 | |
| | ||||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-02-21 | 1 | -0/+22 | |
| | ||||||
* | Don't use SECLEVEL when not OPENSSL_TLS_SECURITY_LEVEL | Tatsuya Kinoshita | 2021-02-21 | 1 | -0/+4 | |
| | ||||||
* | Add eNULL to ssl_cipher when -insecure | Tatsuya Kinoshita | 2021-02-21 | 2 | -2/+2 | |
| | ||||||
* | Merge pull request #168 from bptato/inlineimages | Tatsuya Kinoshita | 2021-02-21 | 5 | -14/+191 | |
|\ | | | | | Improved iTerm2 image display + initial kitty image support | |||||
| * | Convert images to PNG for kitty with ImageMagick | bptato | 2021-02-19 | 3 | -18/+67 | |
| | | ||||||
| * | Fix potential segfault | bptato | 2021-02-18 | 1 | -1/+1 | |
| | |