[PATCH] Add a Fuzzer library

Yury Gribov tetra2005 at gmail.com
Tue Jan 27 10:15:52 PST 2015


> Well, asserts are not for users, they are for developers.


Still, you don't verify inputs in main() so user will face an assert if she passes invalid arguments.

> How do you know that coverage keeps increasing?


Does not __sanitizer_get_total_unique_coverage tell you this?

> And generally, no. Even if the coverage is steady fuzzing is still interesting (it finds bugs :))


Hm, interesting.


http://reviews.llvm.org/D7184

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list