tomlz icon indicating copy to clipboard operation
tomlz copied to clipboard

Fuzzing

Open mattyhall opened this issue 2 years ago • 0 comments

To ensure that we do not have any nasty bugs we should test our parser with randomly generated input/output using fuzzing. I've never done this with Zig before but it looks like it's possible:

  • https://gsquire.github.io/static/post/start-fuzzing-with-zig/
  • https://www.ryanliptak.com/blog/fuzzing-zig-code/

mattyhall avatar Nov 15 '22 19:11 mattyhall