[PATCH] D50194: LLVM Proto Fuzzer - Run Functions on Suite of Inputs
Emmett Neyman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 2 09:44:12 PDT 2018
emmettneyman created this revision.
emmettneyman added reviewers: kcc, morehouse.
Herald added subscribers: cfe-commits, mgorny.
Added corpus of arrays to use as inputs for the functions. Check that the two
functions modify the inputted arrays in the same way.
Repository:
rC Clang
https://reviews.llvm.org/D50194
Files:
clang/tools/clang-fuzzer/CMakeLists.txt
clang/tools/clang-fuzzer/ExampleClangLLVMProtoFuzzer.cpp
clang/tools/clang-fuzzer/handle-llvm/CMakeLists.txt
clang/tools/clang-fuzzer/handle-llvm/fuzzer_initialize.cpp
clang/tools/clang-fuzzer/handle-llvm/fuzzer_initialize.h
clang/tools/clang-fuzzer/handle-llvm/handle_llvm.cpp
clang/tools/clang-fuzzer/handle-llvm/handle_llvm.h
clang/tools/clang-fuzzer/handle-llvm/input_arrays.cpp
clang/tools/clang-fuzzer/handle-llvm/input_arrays.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50194.158782.patch
Type: text/x-patch
Size: 37471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180802/2056ce40/attachment.bin>
More information about the llvm-commits
mailing list