Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libFizzer] rename -print_new_cov_pcs=1 into -print_pcs=1 and make it more us... | Kostya Serebryany | 2016-08-25 | 1 | -0/+2 |
* | [libfuzzer] do not warn about missing pcbuffer functions: they are new. | Mike Aizatsky | 2016-08-06 | 1 | -2/+2 |
* | [sanitizers] trace buffer API to use user-allocated buffer. | Mike Aizatsky | 2016-08-05 | 1 | -1/+2 |
* | [libFuzzer] use the new chainable malloc hooks instead of the old un-chainabl... | Kostya Serebryany | 2016-06-16 | 1 | -0/+4 |
* | [LibFuzzer] Declare and use sanitizer functions in ``fuzzer::ExternalFunctions`` | Dan Liew | 2016-06-07 | 1 | -1/+15 |
* | [libfuzzer] custom crossover interface function. | Mike Aizatsky | 2016-06-07 | 1 | -0/+5 |
* | [LibFuzzer] Reimplement how the optional user functions are called. | Dan Liew | 2016-06-02 | 1 | -0/+23 |