search for: sanitize_cov_opt

Displaying 2 results from an estimated 2 matches for "sanitize_cov_opt".

Did you mean: sanitize_cov_opts
2015 Dec 03
2
fuzzer crash (but not the good kind)
...hould run the "testemail" case like so: >> >> > Does not build for me out of the box: > > ./build.sh: line 70: ./configure: No such file or directory > > I wonder if a smaller test possible here. > Meanwhile, here is a workaround for you. > Instead of > SANITIZE_COV_OPTS="-fsanitize-coverage=bb,indirect-calls,8bit-counters" > try using > SANITIZE_COV_OPTS="-fsanitize-coverage=edge,indirect-calls" > > > while true; do ITERS=1000 ./run.sh tests/build/testemail >> tests/testemail/inputs/; done >> >> Let me know if...
2015 Dec 03
2
fuzzer crash (but not the good kind)
Kostya, Here's the git repo: https://bitbucket.org/ebadf/fuzzpy I've only tested it on arm7 and x86_64 linux, I expect there's a good chance it may not work on other OSs. If you can build it successfully ("./build.sh", requires clang and clang++ in your path), then you should run the "testemail" case like so: while true; do ITERS=1000 ./run.sh