fuzz: move fuzz_target from oss-fuzz#861
Conversation
- This pr attempts to move `fuzz_toml` fuzz_target from oss-fuzz to go-toml. - Its recommended by oss-fuzz to move fuzz-target upstream as this eases maintenance of fuzz_target. - It also include check against too large input.
|
|
Friendly Ping :) |
|
Sorry for the delay! I think I know what's going on. When the code is in I just realized that the current proposal would add |
Hi, Thanks for the feedback, I have made changes as per your request :) |
|
Thank you! |
This pr removes the fuzz_target, which were moved upstream in pelletier/go-toml#861
fuzz_tomlfuzz_target from oss-fuzz to go-toml.