llvm-project/compiler-rt/lib
Max Moroz bcb93a35c0 [libFuzzer] Make MutateWithMask work when the Mask is shorter than the input.
Summary:
Before this change, MutateWithMask used to assert that Mask should be
of sufficient length (>= Size of the input). However, in real cases we may have
inputs that are longer than the Mask they have inherited from the based inputs.

Reviewers: kcc, morehouse

Reviewed By: kcc

Subscribers: delcypher, #sanitizers, llvm-commits

Tags: #llvm, #sanitizers

Differential Revision: https://reviews.llvm.org/D60571

llvm-svn: 358207
2019-04-11 18:21:53 +00:00
..
BlocksRuntime [compiler-rt] Test commit: remove some trailing white spaces. 2017-08-25 19:36:30 +00:00
asan [asan_symbolize] Move argument parser epilog text into script doc comment. 2019-04-09 08:30:43 +00:00
builtins [gn] Support for building compiler-rt builtins 2019-04-05 21:30:40 +00:00
cfi cfi: Rename source file from cc to cpp 2019-02-28 22:03:41 +00:00
dfsan Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
fuzzer [libFuzzer] Make MutateWithMask work when the Mask is shorter than the input. 2019-04-11 18:21:53 +00:00
hwasan [HWASan] Use less Printf() calls in register dump. 2019-03-14 17:05:53 +00:00
interception [winasan] Fix strrchr interception with vs2019 CRT 2019-04-04 21:08:02 +00:00
lsan [NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTrace 2019-03-01 22:10:49 +00:00
msan [NFC] Use clearer naming for local variables 2019-04-10 23:23:17 +00:00
profile Reland compiler-rt support for order file instrumentation. 2019-03-08 15:30:56 +00:00
safestack [safestack] Explain why tinfo at the end of the buffer 2019-02-07 23:20:47 +00:00
sanitizer_common [NFC] Use clearer naming for local variables 2019-04-10 23:23:17 +00:00
scudo [scudo][standalone] Add flags & related parsers 2019-04-09 14:57:25 +00:00
stats Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
tsan Revert "tsan: Update test expectations." 2019-04-11 18:05:37 +00:00
ubsan Always compare C++ typeinfo (based on libstdc++ implementation). 2019-03-06 08:36:50 +00:00
ubsan_minimal [compiler-rt][UBSan] Sanitization for alignment assumptions. 2019-01-15 09:44:27 +00:00
xray [compiler-rt] Cleanup usage of C++ ABI library 2019-02-16 08:34:26 +00:00
CMakeLists.txt [scudo] Initial standalone skeleton check-in 2019-02-04 16:25:40 +00:00