summaryrefslogtreecommitdiff
path: root/testing/afl_toxsave.c
AgeCommit message (Collapse)Author
2020-04-05Make afl_toxsave.c a bit more portable; fix memleak.iphydf
malloc.h doesn't exist on most platforms, and certainly not in stdc. No functions from malloc.h are actually used here, and stdlib.h is enough.
2020-03-24Add basic test adapter for AFLsudden6