Commit Graph

681 Commits

Author SHA1 Message Date
Mike Aizatsky 637d2f4720 [lcms] using cxx to link fuzzers 2016-11-21 08:33:10 -08:00
Mike Aizatsky e8eba538c8 [libtsm] forgot -c 2016-11-21 08:27:46 -08:00
Mike Aizatsky cc37e0652e [libtsm] using cxx to link fuzzer 2016-11-21 08:25:43 -08:00
Mike Aizatsky 48e4802479 [ffmpeg] force linking libc++ 2016-11-21 08:23:32 -08:00
Mike Aizatsky d92be61e1c [infra] adding zip package, it is needed for corpuses 2016-11-18 20:52:41 -08:00
Mike Aizatsky 71b7426802 [openssl] force-linking libc++ 2016-11-18 20:51:24 -08:00
Mike Aizatsky a6fac69bdd [libass] switching back to dyn libraries mode 2016-11-18 20:44:28 -08:00
Mike Aizatsky 05c05b52b2 [libchewing] using clang++ to link fuzzers 2016-11-18 20:40:26 -08:00
Alex Gaynor c89ee04b1e fixed a handful of typos (#91) 2016-11-18 18:54:10 -08:00
Mike Aizatsky 163f49c7ab [sqlite3] you have to link libfuzzer with clang++ 2016-11-18 18:34:18 -08:00
Mike Aizatsky a27eca33a3 [infra] adding zip to base-runner: run_fuzzer needs it 2016-11-18 18:34:18 -08:00
Kostya Serebryany da04d445aa Update reproducing.md 2016-11-18 17:21:07 -08:00
Kostya Serebryany 9eee25479b Update reproducing.md 2016-11-18 17:20:49 -08:00
Kostya Serebryany d0f5741b91 Update reproducing.md 2016-11-18 17:18:02 -08:00
Kostya Serebryany a3e182332b Update README.md 2016-11-18 17:01:23 -08:00
Kostya Serebryany c64f14dcc5 Update README.md 2016-11-18 17:01:09 -08:00
Kostya Serebryany 747419a19e Update README.md 2016-11-18 17:00:49 -08:00
Kostya Serebryany ef90c6c08a Update README.md 2016-11-18 17:00:15 -08:00
Kostya Serebryany c5bf8fd5f0 Update README.md 2016-11-18 16:58:20 -08:00
Kostya Serebryany d69ce1c75f Update faq.md 2016-11-18 16:56:35 -08:00
Kostya Serebryany 3de71fb90c Update faq.md 2016-11-18 16:55:22 -08:00
Kostya Serebryany b2f73b2e4b Update README.md 2016-11-18 16:50:54 -08:00
Kostya Serebryany 6719f45d19 Update README.md 2016-11-18 16:49:06 -08:00
Kostya Serebryany b48c72b255 Update README.md 2016-11-18 16:47:25 -08:00
Mike Aizatsky 0b58d66e89 [infra] moving test command into base-runner, using it on jenkins 2016-11-18 16:46:26 -08:00
Mike Aizatsky 456e952486 silencing pushd 2016-11-18 16:46:04 -08:00
Mike Aizatsky 8480c59892 [curl] static libraries 2016-11-18 16:43:16 -08:00
Kostya Serebryany 2b46488ecd Update README.md 2016-11-18 16:08:25 -08:00
Kostya Serebryany 9cca805c32 Update new_target.md 2016-11-18 16:07:57 -08:00
Kostya Serebryany b4aac06a10 Update ideal_integration.md 2016-11-18 16:04:50 -08:00
Kostya Serebryany 9d8fb196ab Update new_target.md 2016-11-18 16:02:15 -08:00
Kostya Serebryany dde54f0ed2 Update new_target.md 2016-11-18 15:58:04 -08:00
Kostya Serebryany 8e95e1a5ab Update README.md 2016-11-18 15:52:12 -08:00
Kostya Serebryany 6a4f2ee9aa Update README.md 2016-11-18 15:50:54 -08:00
Kostya Serebryany 0291572b40 Update README.md 2016-11-18 15:48:16 -08:00
Kostya Serebryany 2f1737ef14 Update ideal_integration.md 2016-11-18 15:33:16 -08:00
Kostya Serebryany 395fdc9b28 Update ideal_integration.md 2016-11-18 15:30:46 -08:00
Kostya Serebryany da9d0ce53a Update ideal_integration.md 2016-11-18 15:26:02 -08:00
Kostya Serebryany 8169480754 Update ideal_integration.md 2016-11-18 15:25:28 -08:00
Kostya Serebryany d9acfd22c4 Update ideal_integration.md 2016-11-18 15:04:06 -08:00
Mike Aizatsky ceb465a0e8 Create README.md 2016-11-18 14:59:10 -08:00
Oliver Chang b45e9ea61c Update README.md 2016-11-18 14:58:06 -08:00
Mike Aizatsky 01364bf2b7 [infra] extracting base-runner image 2016-11-18 14:53:09 -08:00
Mike Aizatsky 26630f32cb [infra] .a merging is no longer necessary b/c it now happens during llvm build
60479ea31b

Thanks @EricWF

Issue #73
2016-11-18 12:45:02 -08:00
Oliver Chang 150eb4c61b Update clusterfuzz.md 2016-11-18 12:34:55 -08:00
Oliver Chang 00247b608c Update clusterfuzz.md 2016-11-18 12:32:51 -08:00
Oliver Chang 77f038ae3e better pcre2 screenshot 2016-11-18 12:25:56 -08:00
Mike Aizatsky 711ffb3247 [infra] silencing ar 2016-11-18 12:23:23 -08:00
Mike Aizatsky 487e9f4ed6 [infra] removing FUZZER_LDFLAGS (fixes #73)
Workarounds libc++abi issue by folding libc++abi.a into libc++.a.
Will keep FUZZER_LDFLAGS empty for a while until tpm2 is fixed.
2016-11-18 12:16:35 -08:00
Oliver Chang 5018d81c62 Update clusterfuzz.md 2016-11-18 12:10:52 -08:00