summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/BufferOverflowOnInput.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libfuzzer] adding license headers to cpp filesMike Aizatsky2016-04-011-0/+3
| | | | | | Differential Revision: http://reviews.llvm.org/D18705 llvm-svn: 265174
* [libFuzzer] make sure we find buffer overflow in the input buffer. ↵Kostya Serebryany2016-01-131-0/+20
Previously, re-using the same vector object was hiding buffer overflows (unless we used annotated vector) llvm-svn: 257701
OpenPOWER on IntegriCloud