Commit Graph

1412 Commits

Author SHA1 Message Date
Mike Aizatsky fd3716e1bb [infra] remove extra stages 2017-03-03 16:06:19 -08:00
Mike Aizatsky 4e0110dc18 [infra] syntax fix 2017-03-03 15:31:38 -08:00
Mike Aizatsky 1b7132bb5f [infra] push images after building 2017-03-03 15:29:04 -08:00
Mike Aizatsky a7ed13b878 [infra] do not create uid 0 2017-03-03 14:30:45 -08:00
Oliver Chang c2f88ee60f Update README.md 2017-03-03 14:21:37 -08:00
Abhishek Arya 062995726e Update README.md 2017-03-03 14:17:27 -08:00
Mike Aizatsky aaeeafae16 [infra] use parseText, not parse. 2017-03-03 14:13:37 -08:00
Mike Aizatsky e57093d37a [infra] don't use temp file 2017-03-03 14:10:33 -08:00
Abhishek Arya efb4314494 Fix brotli seed corpus path 2017-03-02 09:19:34 -08:00
Kostya Serebryany 445b80d760 Update faq.md 2017-03-01 22:00:18 -08:00
Kostya Serebryany e7adc498b2 Update faq.md 2017-03-01 21:57:48 -08:00
Kostya Serebryany ebc9db5d0d Update faq.md (#429) 2017-03-01 21:55:07 -08:00
ngm0 e63b15d721 Add mruthven@ to CCs on tpm2 oss-fuzz bugs. (#428) 2017-03-01 15:41:13 -08:00
Oliver Chang da70b23dee Disable libchewing. 2017-02-28 15:27:13 -08:00
stbergmann b9642cd96c Add myself to libreoffice/project.yaml (#425)
cf. <https://github.com/google/oss-fuzz/issues/424> "Please give me access to the LibreOffice project"
2017-02-28 07:12:05 -08:00
Caolán McNamara e07cc55348 [libreoffice] add lwp and ppt corpus (#423)
update libreoffice dependency cache
2017-02-28 10:57:37 +01:00
Vitaly Buka 9e3ea67fd5 Remove experimental targets from libprotobuf-mutator (#422) 2017-02-26 23:45:22 -08:00
Abhishek Arya 8250d03b46 Create CNAME 2017-02-26 18:21:43 -08:00
Kostya Serebryany f5c8781930 Update project.yaml 2017-02-26 08:45:16 -08:00
Max Moroz 076b9932c3 Revert quick fix for woff2 fuzz targets. Fix in woff2 is on its way. 2017-02-25 18:08:56 +01:00
Max Moroz c9924b7627 Quick fix for undefined references in woff2 fuzz targets. 2017-02-25 17:42:17 +01:00
Kostya Serebryany a6dd5e59ba use -O2 for re2 2017-02-24 11:18:01 -08:00
jirkadanek 210e7d5a9f Add the qpid-proton project (#420) 2017-02-24 08:15:40 -08:00
Oliver Chang 1afb735f41 Fix ffmpeg link. Fixes #415 (#416) 2017-02-22 17:31:40 -08:00
Kostya Serebryany f79945347c Remove -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION from CFLAGS in c-ares (#414) 2017-02-22 15:09:07 -08:00
Oliver Chang 7ebb132bbd afl: don't set mem limit. 2017-02-22 12:05:29 -08:00
Oliver Chang 228f6d1b91 afl: don't override sanitizer flags 2017-02-22 09:03:58 -08:00
Caolán McNamara 3460cf9c30 [libreoffice] Add hwp and 602 corpus, update dependency cache. (#411) 2017-02-22 12:26:24 +01:00
Oliver Chang 3831cc7ba4 [experimental] Enable afl for ffmpeg 2017-02-21 20:09:55 -08:00
Oliver Chang 39e886806f [experimental] enable AFL for libarchive 2017-02-21 17:45:01 -08:00
Kostya Serebryany 3483393621 add FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION (#410) 2017-02-21 17:43:41 -08:00
Josh Zimmerman 31fa13343a Add joshz@ and cfir@ to CCs on tpm2 oss-fuzz bugs. (#409) 2017-02-21 13:44:01 -08:00
Max Moroz 86b42a54a4 [icu] Fix broken build due to incomplete result type.
Got broken after http://bugs.icu-project.org/trac/changeset/39684/trunk/icu4c/source/common/unicode/locid.h

With error like the one below:
<...>
In file included from /src/break_iterator_fuzzer.cc:8:
/src/fuzzer_utils.h:37:20: error: incomplete result type 'icu::UnicodeString' in function definition
icu::UnicodeString UnicodeStringFromUtf8(const uint8_t* data, size_t size) {
                   ^
/src/icu/source/common/unicode/locid.h:50:7: note: forward declaration of 'icu_59::UnicodeString'
class UnicodeString;
      ^
<...>
2017-02-20 16:04:43 +01:00
Abhishek Arya 343ba3402f libav moved, fix location. Fixes #408. 2017-02-19 22:41:59 -08:00
Abhishek Arya b519da3809 Fix check to escape control characters, CDATA end sequence 2017-02-19 22:30:59 -08:00
Abhishek Arya 4411467e0b Fix crashes due to unicode output from woff2,libxml2 2017-02-19 15:59:59 -08:00
Abhishek Arya b4fb5be589 Disable UBSan function on harfbuzz to avoid void* cast crashes. (#407)
* Disable UBSan function on harfbuzz to avoid crashes with void* casts.
2017-02-19 11:08:20 -08:00
Abhishek Arya f8633efd93 Disable UBSan vptr on harfbuzz, enable UBSan for other features. (#405) 2017-02-17 23:25:13 -08:00
Abhishek Arya 499690c55f Enable UBSan without vptr for ffmpeg, disable vptr for libFuzzer. (#404) 2017-02-17 23:13:50 -08:00
Caolán McNamara 3f564164c8 add tga and tif corpus (#401) 2017-02-17 12:39:28 -08:00
Abhishek Arya 208517244b Disable object-size, crashing all targets, #232 2017-02-17 10:30:40 -08:00
Max Moroz 54c51d787b Another speculative fix for Jenkins builder timeout.
Several builds are cancelled due to expired tmieout.
2017-02-17 15:01:47 +01:00
Vitaly Buka af6fbb29d4 Update build script to match changes in libprotobuf-mutator repo. (#399) 2017-02-17 01:35:35 -08:00
Oliver Chang d68a23644e Fix test_report for AFL. 2017-02-16 21:43:31 -08:00
Oliver Chang 76762126ce Update run_fuzzer 2017-02-16 21:33:37 -08:00
Oliver Chang 63cd2fb7f9 Update libfuzzer-pipeline.groovy 2017-02-16 16:19:40 -08:00
Oliver Chang fba583e503 Update libfuzzer-pipeline.groovy 2017-02-16 16:18:30 -08:00
Oliver Chang 2e00fe90d1 [infra] (experimental) Support building with AFL (#396) 2017-02-16 15:09:37 -08:00
Abhishek Arya 810b7fe47b Update test_report 2017-02-16 07:11:25 -08:00
Abhishek Arya 5ba44509fe Update test_all 2017-02-16 07:11:13 -08:00