iamandi / nanopb

Automatically exported from code.google.com/p/nanopb
zlib License
0 stars 0 forks source link

Create improved fuzz test #113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add a better fuzz test for checking the decoder / encoder.

- Check all invariants defined in documentation.
- Take a valid message and modify it randomly for fuzzing
- Run optimized implementation for speed, use mudflap for detecting subtle 
errors

Original issue reported on code.google.com by Petteri.Aimonen on 28 Mar 2014 at 7:57

GoogleCodeExporter commented 9 years ago
Fix released in nanopb-0.3.1

Original comment by Petteri.Aimonen on 11 Sep 2014 at 5:13