aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Prevent index overflow due to tag_map in libwcTatsuya Kinoshita2021-03-112-5/+5
| | | | Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31936
* Update ChangeLogTatsuya Kinoshita2021-03-061-0/+2
|
* Set GC_oom_fn in fuzzingTatsuya Kinoshita2021-03-061-0/+10
|
* Update ChangeLogTatsuya Kinoshita2021-03-061-0/+9
|
* Call GC_INIT() in fuzzingTatsuya Kinoshita2021-03-061-0/+8
|
* Merge pull request #174 from bptato/masterTatsuya Kinoshita2021-03-061-9/+16
|\ | | | | Fix file handle leaks in kitty and iTerm2 image display
| * Fix file handle leaks in kitty and iTerm2 image displaybptato2021-03-051-9/+16
|/
* Update ChangeLogTatsuya Kinoshita2021-03-041-0/+3
|
* Prevent redundant memory reallocation in Str.cTatsuya Kinoshita2021-03-041-15/+8
|
* Update ChangeLogTatsuya Kinoshita2021-03-041-0/+2
|
* Prevent unneeded Strgrow in Strinsert_charTatsuya Kinoshita2021-03-041-1/+1
|
* Update ChangeLogTatsuya Kinoshita2021-03-041-0/+4
|
* Consider Strgrow overflow in Strinsert_charTatsuya Kinoshita2021-03-041-1/+3
|
* Update ChangeLogTatsuya Kinoshita2021-03-031-0/+4
|
* Prevent unneeded memory allocation in StrgrowTatsuya Kinoshita2021-03-031-6/+8
|
* Update ChangeLogTatsuya Kinoshita2021-03-021-3/+27
|
* Prevent large memory usage and null-deref in Str.cTatsuya Kinoshita2021-03-021-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/masterTatsuya Kinoshita2021-03-024-213/+13268
|\ | | | | Support named character references specified by the living standard
| * Use > instead of &gt in entity test generatorbptato2021-03-012-6/+6
| |
| * Fix small mistakes in entity test generatorbptato2021-02-282-18/+18
| |
| * Support single-codepoint HTML entities specified by whatwgbptato2021-02-284-214/+13268
| | | | | | | | https://html.spec.whatwg.org/multipage/named-characters.html#named-character-references
| * Support period entity namebptato2021-02-271-0/+1
| |
* | Update ChangeLogTatsuya Kinoshita2021-02-281-0/+2
| |
* | Prevent zero size allocation in Str.cTatsuya Kinoshita2021-02-281-4/+4
| |
* | Update ChangeLogTatsuya Kinoshita2021-02-281-0/+6
| |
* | Update PO stringsTatsuya Kinoshita2021-02-285-441/+488
| |
* | New option ssl_ca_default to explicitly use OpenSSL default pathsTatsuya Kinoshita2021-02-284-3/+10
| |
* | Update ChangeLogTatsuya Kinoshita2021-02-281-0/+11
| |
* | Prevent unintentional integer overflow in libwcTatsuya Kinoshita2021-02-282-2/+2
| |
* | Prevent unintentional integer overflow in Strcat_charp_nTatsuya Kinoshita2021-02-281-1/+1
| | | | | | | | Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31500
* | Prevent unintentional integer overflow in StrgrowTatsuya Kinoshita2021-02-281-1/+1
|/ | | | Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31467
* Update ChangeLogTatsuya Kinoshita2021-02-271-0/+5
|
* One more fix overflow due to StrgrowTatsuya Kinoshita2021-02-271-2/+5
| | | | Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31397
* Update ChangeLogTatsuya Kinoshita2021-02-261-0/+7
|
* Fix potential overflow due to Str.cTatsuya Kinoshita2021-02-261-8/+34
|
* Fix integer overflow due to StrgrowTatsuya Kinoshita2021-02-261-0/+5
| | | | Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31397
* Update ChangeLogTatsuya Kinoshita2021-02-241-0/+11
|
* Simplify doc for SSLTatsuya Kinoshita2021-02-241-79/+8
|
* Merge pull request #169 from DavidKorczynski/masterTatsuya Kinoshita2021-02-241-0/+51
|\ | | | | Added initial fuzzer for integration with OSS-Fuzz.
| * Added initial fuzzer for integration with OSS-Fuzz.davkor2021-02-231-0/+51
|/
* Update ChangeLogTatsuya Kinoshita2021-02-221-0/+10
|
* Don't fallback when SSL_CTX_load_verify_locations failsTatsuya Kinoshita2021-02-221-5/+11
|
* Don't use SSL_CTX_set_default_verify_paths when not USE_SSL_VERIFYTatsuya Kinoshita2021-02-221-1/+1
|
* Disable --with-cafile by default to use OpenSSL default pathsTatsuya Kinoshita2021-02-224-5/+5
|
* Update ChangeLogTatsuya Kinoshita2021-02-211-0/+22
|
* Don't use SECLEVEL when not OPENSSL_TLS_SECURITY_LEVELTatsuya Kinoshita2021-02-211-0/+4
|
* Add eNULL to ssl_cipher when -insecureTatsuya Kinoshita2021-02-212-2/+2
|
* Merge pull request #168 from bptato/inlineimagesTatsuya Kinoshita2021-02-215-14/+191
|\ | | | | Improved iTerm2 image display + initial kitty image support
| * Convert images to PNG for kitty with ImageMagickbptato2021-02-193-18/+67
| |
| * Fix potential segfaultbptato2021-02-181-1/+1
| |