protocolbuffers / txtpbfmt

txtpbfmt parses, edits and formats text proto files in a way that preserves comments.
Apache License 2.0
99 stars 19 forks source link

Fuzz test for Parse #45

Closed hickford closed 2 years ago

hickford commented 2 years ago

Native Go fuzz test following https://go.dev/doc/fuzz/

It remains to set up on OSS-Fuzz or ClusterFuzzLite

Then the fun begins fixing crashes