vrischmann / zig-sqlite

zig-sqlite is a small wrapper around sqlite's C API, making it easier to use with Zig.
MIT License
367 stars 49 forks source link

add fuzzing #71

Closed vrischmann closed 2 years ago

vrischmann commented 2 years ago

Add fuzzing as described in this blog post.

The fuzzer is probably not good enough but it did manage to find a bug already.