OSDN Git Service

[libFuzzer] swap bytes in integers when handling CMP traces
authorKostya Serebryany <kcc@google.com>
Sat, 15 Oct 2016 04:00:07 +0000 (04:00 +0000)
committerKostya Serebryany <kcc@google.com>
Sat, 15 Oct 2016 04:00:07 +0000 (04:00 +0000)
commitce6100541e34a881edb20f16f96db068ea749839
tree82c99e8e0b516921bfa542e4e54581a1a28bc0af
parent75281e64361a9748893ee9b63c6038fab33bd1dd
[libFuzzer] swap bytes in integers when handling CMP traces

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284301 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerDefs.h
lib/Fuzzer/FuzzerMutate.cpp
lib/Fuzzer/FuzzerTracePC.cpp
lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/SwapCmpTest.cpp [new file with mode: 0644]