[PATCH] D11277: [lib/Fuzzer] Add sanitizer runtime errors unit save option
Kostya Serebryany
kcc at google.com
Tue Jul 21 16:42:45 PDT 2015
kcc added a comment.
> Yes that would be a way to handle it albeit I would still use my patch
> because I don't really want the fuzzer to crash from undefined behaviour. I
I think this is wrong.
The fuzzer is designed in assumption that any interesting bug leads to a process crash
and I'd like to preserve this simplicity.
http://reviews.llvm.org/D11277
More information about the llvm-commits
mailing list