Commit Graph

5882 Commits

Author SHA1 Message Date
Fabian Meumertzheim 226c89d5d6
[java-example] Fix UBSan options (#5910)
The JVM needs to register custom SEGV handlers.
2021-06-11 05:13:10 -07:00
Fabian Meumertzheim 73d78b8879
[infra][jvm] Add Jazzer UBSan support (#5898)
* [infra][jvm] Add Jazzer UBSan support

* [java-example] Reenable and plant UB

* [docs] Mention support for Java UBSan in docs

Also adds a link to the java-example build.sh to the docs.
2021-06-10 07:57:42 -07:00
tsdgeos a44547d8d6
poppler: Fix build (#5901)
released pango wants to download harfbuzz from a branch name that no
longer exists, so use git pango
2021-06-10 00:23:01 +01:00
Lovell Fuller ffefae6dd5
libvips: Remove invalid CC email address (#5894) 2021-06-09 09:25:46 +01:00
Michael Niedermayer 736aac724b
[FFmpeg] Improve HEVC seeds (#5896)
* [FFmpeg] Fix typo in hevc seed corpus archieve

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

* [FFmpeg] add 80mb additional HEVC seeds

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2021-06-09 09:25:27 +01:00
Catena cyber d86d97140c
Fixes leak in freeradius patch for target (#5893) 2021-06-08 19:12:39 +00:00
Daniel Novomeský 308e9a2ebc
[kimageformats] use newer libaom and libavif (#5892) 2021-06-08 20:10:12 +01:00
Catena cyber d45a45ab80
Fixes freeradius build using OUT env variable (#5887) 2021-06-07 12:45:58 -07:00
Catena cyber 062a64b05e
docs: CIFuzz requires a project to be cloned with git (#5886) 2021-06-07 11:34:17 -07:00
Catena cyber c277651f18
Adds rust image-rs project (#5872) 2021-06-07 08:45:07 -07:00
Catena cyber 514119b9ed
Disable golang snappy project (#5882) 2021-06-07 05:50:53 -07:00
Catena cyber 6b08a89474
Uses git clone instead of go get for gonids (#5881)
So that CIFuzz works
As it looks for the main repo in $SRC
2021-06-07 05:50:05 -07:00
Bhargava Shastry a3900c279a
Fuzz develop instead of breaking (#5883) 2021-06-07 09:50:37 +01:00
Andy Hippo 90f3d39165
Make wget invocations less verbose (#5884)
Remove `--show-progress` option for `wget` invocations. In OSS-Fuzz logs every progress update is logged as a separate line, so the build log is looooooooong.
2021-06-07 09:50:17 +01:00
Abhishek Arya e45699afde
Update README.md 2021-06-05 19:21:43 -07:00
Abhishek Arya 8e260ddb2e
Update index.md 2021-06-05 19:21:15 -07:00
Abhishek Arya 8f2aac1c36
Update README.md 2021-06-05 19:19:57 -07:00
Abhishek Arya 213455f38d
Update README.md 2021-06-05 19:19:49 -07:00
Catena cyber 0e0362aeea
Adds project freeradius (#5809)
* Adds projext freeradius

* Remove unused fuzzing engines
2021-06-05 16:55:16 -07:00
Catena cyber 26b9dd9828
go: compiles projects without go.mod from their directory (#5878) 2021-06-05 16:50:38 -07:00
bcreasey c6017d9ddc
Updating ASA contacts for OSS Fuzz reports (#5875)
* Update contacts

Update vendor contacts

* Adding new contacts to new_branch

Co-authored-by: DavidKorczynski <david@adalogics.com>
2021-06-05 16:09:52 +00:00
AdamKorcz e365fe3654
[s2geometry] Initial integration (#5783) 2021-06-05 09:05:18 -07:00
AdamKorcz f0fbabd259
[simd] Initial integration (#5797) 2021-06-05 09:03:08 -07:00
AdamKorcz 0bc7ca6e2a
[poco] Add exception to fuzzer (#5835) 2021-06-05 08:53:00 -07:00
AdamKorcz fdd1fe9544
[pidgin] Initial integration (#5871)
* [teleport] Initial integration

* Minor update to run tests again

* [pidgin] Initial integration

* Refactoring

* add a utils fuzzer.

* fix fuzzer name.

* extend utils fuzzer.

* further extend utils fuzzer.

* updated the pidgin utils fuzzer.

* add my email to the proejct list.

* Improve xml fuzzer

* Clean up

* update utils fuzzer to target more markup functions.

* use latest version of pidgin.

* updated the build script.

Co-authored-by: davkor <david@adalogics.com>
2021-06-05 08:49:14 -07:00
Abhishek Arya 5766e32e90
Update rust_lang.md 2021-06-05 08:44:21 -07:00
DavidKorczynski 37d02c6ed3
Docs: update rust documentation (#5877)
* added initial description for writing rust fuzzers.

* updated rust docs.
2021-06-05 08:42:18 -07:00
Alex Deymo 7853af59c1
libjxl: New JPEG XL library project. (#5876)
libjxl is the reference implementation encoder and decoder for JPEG XL.
This patch adds the main decoder fuzzer (djxl_fuzzer) and a few other
fuzzers for internal parts of the decoder.

There's no encoder fuzzer support.
2021-06-05 08:40:09 -07:00
rbehjati 5aab270daa
oak - Removed unused commands (#5874) 2021-06-04 07:23:13 -07:00
Catena cyber b33bdd00e1
Adds openweave project (#5534)
* Adds openweave project
2021-06-04 09:07:57 -04:00
Catena cyber bcbc54018e
Adds varnish project for real (#5810)
* Adds varnish project for real
2021-06-04 09:05:21 -04:00
Evgeny Vereshchagin 1f49a51ce2
infra: show RUSTFLAGS as well (#5867)
It should make it easier to see where all the rustc flags
come from. RUSTFLAGS along with `cargo fuzz build --verbose` should
help to track down weird issues like https://github.com/google/oss-fuzz/pull/5865#issuecomment-852685588

It's a follow-up to ecf3d384fb
2021-06-02 11:51:26 -07:00
C. Antonio Sánchez b2201a0f18
Remove reference to Eigen internal header. (#5852)
It's unnecessary, and internal headers are subject to change without notice.
2021-06-02 11:51:01 -07:00
MarcoFalke 28d9ea3a27
bloaty: Try to fix build failure (#5868) 2021-06-02 09:47:44 -07:00
Joachim Metz 37d1d7552b
Small change in script to build test corpus for Sleuthkit fuzz targets (#5866) 2021-06-02 09:57:04 +01:00
DavidKorczynski 4f19ce2b5d
Pistache: initial integration (#5793)
* pistache: initial integration.

* updated license header.

* Updated the pistache set up

* Updated setup to use meson instead of cmake.

* updated dockerfile to reflect upstream merge.

* use the actual real link.

* Set up email list for pistache.

* Fuzzer is now upstream.
2021-06-01 14:40:12 -07:00
James Zern 7c47d9e15a
libaom: use upstream dict file (#5864)
this was transferred from this project in:
3b1ff98b1 add examples/av1_dec_fuzzer.dict
2021-06-01 21:54:39 +01:00
Michael Niedermayer 2c8b1d47e2
[FFmpeg] remove libXfixes (#5863)
Fixes build (which apparently failed due to incompatibility of unneeded distro
packages being mixed with unneeded git packages)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2021-06-01 19:03:04 +00:00
Tonko Sabolčec 4fb4850860
[lldb-eval] Initial integration (#5831)
* [lldb-eval] Initial integration

* Update project.yaml

* Add missing license headers

* Update Dockerfile

* Update build.sh

* Update project.yaml

* Use prebuilt LLVM, Clang and LLDB libraries

Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
2021-06-01 16:59:42 +00:00
AdamKorcz 69287c7485
[blackfriday] Initial integration (#5856) 2021-06-01 11:23:40 -04:00
Fabian Meumertzheim 770d590e13
[infra][jvm] Don't override jvm_args in coverage builds (#5862)
Specify --additional_jvm_args instead of --jvm_args so that custom
target JVM args (e.g. --enable-preview) are preserved in coverage runs.
2021-06-01 08:03:10 -07:00
DavidKorczynski 01fc6b3040
[llhttp] initial integration. (#5850)
* llhttp: initial integration.
2021-06-01 08:19:22 -04:00
MarcoFalke 0da6949a7b
speex: Try to fix build (#5861) 2021-06-01 00:29:50 +01:00
MarcoFalke 02ff730a0c
opus: Try to fix build issue (#5860) 2021-05-31 19:44:12 +01:00
Michal Vasko 9488d28ab0
libyang: fuzzed branch was renamed (#5859) 2021-05-31 12:38:30 +01:00
MarcoFalke 4442574e30
Revert "bitcoin-core: Run zip in parallel" (#5858) 2021-05-30 20:52:48 -07:00
Catena cyber 21d3528d1d
Disable afl for gnupg (#5854) 2021-05-27 22:24:43 +01:00
MarcoFalke e9c0158ffb
remove unused boost workaround (#5849) 2021-05-27 12:09:08 -07:00
asraa d38fe1172c
update envoy auto_ccs (#5851)
Signed-off-by: Asra Ali <asraa@google.com>
2021-05-27 15:08:42 -04:00
rbehjati ecb52b052a
Install libssl-dev for Oak (#5853) 2021-05-27 19:06:33 +00:00