Add a better fuzz test.
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sat, 6 Sep 2014 16:01:11 +0000 (19:01 +0300)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Thu, 11 Sep 2014 16:22:57 +0000 (19:22 +0300)
commit0dce9ef635f8af1b9aa07a43f610295bca8954da
treebb2227e0af820d692ccb5092115f8b64a6d71fbc
parent8189d538dd80a89bc6fa1672336b99c9c5cd076b
Add a better fuzz test.

Attempts to verify all the properties defined in the security model,
while also being portable and able to run on many platforms.
tests/SConstruct
tests/fuzztest/SConscript [new file with mode: 0644]
tests/fuzztest/alltypes_pointer.options [new file with mode: 0644]
tests/fuzztest/alltypes_static.options [new file with mode: 0644]
tests/fuzztest/fuzz_syshdr.h [new file with mode: 0644]
tests/fuzztest/fuzztest.c [new file with mode: 0644]
tests/fuzztest/malloc_wrappers.c [new file with mode: 0644]
tests/fuzztest/malloc_wrappers.h [new file with mode: 0644]