[llvm-dev] libFuzzer: add an option to always null-terminate?
Johan Engelen via llvm-dev
llvm-dev at lists.llvm.org
Wed Aug 2 12:24:54 PDT 2017
Hi all,
While playing with libFuzzer, it's a little cumbersome to having to copy
the buffer just in order to null-terminate it.
Is a null-terminated buffer an often-enough usage scenario to warrant a
libFuzzer commandline configuration switch to always generate a
null-terminated test case?
Thanks,
Johan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170802/1c9a17e6/attachment.html>
More information about the llvm-dev
mailing list