Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-06 | Add testcase for issue #205 | Petteri Aimonen | 1 | -0/+1 | |
2015-10-05 | Add random message generator to help with fuzz testing | Petteri Aimonen | 2 | -0/+105 | |
2015-10-01 | Fix bug in fuzzstub. | Petteri Aimonen | 1 | -1/+1 | |
The fread call always returned a message length of 1 byte, making the fuzz stub used for external fuzzers useless. The normal fuzztest.c was unaffected. Bug found using afl-fuzz. | |||||
2015-09-20 | Add syntax specification to .proto files (issue #167) | Petteri Aimonen | 1 | -6/+9 | |
Eliminates a warning on protoc 3.0. | |||||
2014-12-26 | Move malloc support to tests/common directory | Petteri Aimonen | 1 | -31/+10 | |
2014-12-26 | Move malloc_wrappers.c to tests/common | Petteri Aimonen | 6 | -83/+6 | |
2014-09-11 | Add a fuzz testing stub for ability to use external generators also | Petteri Aimonen | 5 | -0/+209 | |
2014-09-11 | Add a better fuzz test. | Petteri Aimonen | 7 | -0/+563 | |
Attempts to verify all the properties defined in the security model, while also being portable and able to run on many platforms. |