9 Commits

Author SHA1 Message Date
Kuang-che Wu
9a1db7459e Improve fuzz-conv fuzzer
Input format
 - Less restriction on input length
 - Input text and charset no longer overlapped
Performance
 - Less memory allocation
 - Less disk IO
 - Do not force GC. This make the fuzzer roughly 10x faster
2021-10-28 17:03:36 +08:00
Tatsuya Kinoshita
23df23e4e5 Prevent GC warnings of repeated allocation in fuzzer 2021-05-16 20:18:30 +09:00
Tatsuya Kinoshita
abce83d1cf Explicitly call GC_gcollect() in fuzzer 2021-03-25 18:56:18 +09:00
Tatsuya Kinoshita
5a1059b6f3 Prevent memory leak in fuzzer 2021-03-25 18:55:49 +09:00
Tatsuya Kinoshita
aef9990bce Include unistd.h for getpid() and unlink() in fuzzer 2021-03-14 23:33:39 +09:00
Tatsuya Kinoshita
eb9a986f5e Call wtf_init() in fuzzing 2021-03-14 23:26:46 +09:00
Tatsuya Kinoshita
0b3effab72 Set GC_oom_fn in fuzzing 2021-03-07 07:03:29 +09:00
Tatsuya Kinoshita
593d4adcb0 Call GC_INIT() in fuzzing 2021-03-06 11:51:44 +09:00
davkor
5a369eeb60 Added initial fuzzer for integration with OSS-Fuzz. 2021-02-23 16:06:11 +00:00