[PATCH] D48891: [libFuzzer] Make -fsanitize=memory,fuzzer work.

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 9 15:29:59 PDT 2018


kcc accepted this revision.
kcc added a comment.
This revision is now accepted and ready to land.

LGTM

Please also update the docs (http://llvm.org/docs/LibFuzzer.html) once we are confident that msan+libfuzzer works out of the box



================
Comment at: compiler-rt/test/fuzzer/UninitializedStrlen.cpp:1
+#include <cstdint>
+#include <cstring>
----------------
here and below make sure the test has the proper header. 


https://reviews.llvm.org/D48891





More information about the llvm-commits mailing list