summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/LoadTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] Update Load test to work on 32 bits.Marcos Pividori2017-02-081-1/+1
| | | | | | | | | | We should ensure the size of the variable `a` is 8 bytes. Otherwise, this generates a stack buffer overflow inside the memcpy call in 32 bits machines. (We write more bytes than the size of a, when it is 4 bytes) Differential Revision: https://reviews.llvm.org/D29602 llvm-svn: 294378
* [libFuzzer] use trace-div and trace-gep for guided fuzzing, add testsKostya Serebryany2016-08-301-0/+22
llvm-svn: 280046
OpenPOWER on IntegriCloud