Commit Graph

6900 Commits

Author SHA1 Message Date
Guido Vranken 7f4de5d221
[wolfssl] Import more tests/corpora (#7333)
* [wolfssl] Import more tests/corpora

* [wolfssl] Import more corpora
2022-02-26 12:22:37 +00:00
DavidKorczynski 25e07516c7
fluent-bit: enable leak checking (#7331) 2022-02-25 21:08:34 +00:00
DavidKorczynski 5f7d9aad5a
s2geometry: fix build (#7330)
* s2geometry: fix build

* fix patch

* fix patch
2022-02-25 20:14:46 +00:00
Alastair Donaldson 6611766ac0
tint: fix path to script. (#7328) 2022-02-25 18:39:05 +00:00
Alastair Donaldson 3ab1e4fb0b
spirv-tools: fix path to script. (#7329) 2022-02-25 18:10:36 +00:00
Marc Khouzam 24292641cf
Add email to helm project fuzzing (#7327)
Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>
2022-02-25 15:00:29 +00:00
Navidem 9bf510557c
bump introspector commit to fix some bugs, and adjust the patch (#7322) 2022-02-24 10:07:38 +11:00
Kleis Auke Wolthuizen 6b61960015
libvips: migrate build to Meson (#7317)
- Remove unused dependencies.
- Prefer .git URLs in git clone invocations.
- Use the --static flag of pkg-config for all invocations.
- Remove suspicious LDFLAGS environment variable.
- Disable NLS in libexif.
- Make libc++ a private dependency of libheif and libjxl.
- Build libspng with Meson.
- Ninja does not require a -j flag.
- Re-order linker flags.
2022-02-23 10:24:37 +00:00
Hajime Fujita 1697514a6b
Add Emmanuel to h2o project (#7315) 2022-02-22 17:30:06 +00:00
Oliver Chang 1f67910ba6
Update project.yaml 2022-02-22 12:44:52 +11:00
Oliver Chang 9b03e118c2
Update project.yaml 2022-02-22 12:44:38 +11:00
Andrew Kaster 505b4a4ec5
serenity: Use in-tree BuildFuzzers.sh script to build fuzz targets (#7309)
This replaces the manual CMake invocations, as the project now will
build code generator tools in a first stage build to enable fuzzing
generated code too.
2022-02-21 23:48:21 +00:00
DavidKorczynski d8de53b96f
esp-v2: fix build (#7308)
Build has been broken for 6+ months. This fixes it by updating bazel set
up.
2022-02-21 18:25:16 +00:00
AdamKorcz e06b105b71
[helm] use upstream build script (#7313) 2022-02-21 18:23:39 +00:00
killianmuldoon 77b795ffb1
Add Killian Muldoon to Kubernetes Cluster API (#7311)
Signed-off-by: killianmuldoon <kmuldoon@vmware.com>
2022-02-21 17:44:39 +00:00
Martijn van Beurden 0df5e7b233
[flac] Disable CRC checks in ogg container (#7310) 2022-02-21 16:04:30 +00:00
DavidKorczynski 15e56374d8
grpc: fix build (#7307)
* grpc: fix build

* dont use old patch

* re-enable build file

* no options
2022-02-20 00:47:02 +00:00
Szabolcs Horvát 008a040ac0
[igraph] include another igraph maintainer (#7306) 2022-02-19 19:42:59 +00:00
DavidKorczynski 3f886e7fa4
libigl: fix build following upstream major update (#7305)
libigl introduced breaking changes in
https://github.com/libigl/libigl/pull/1805 This fixes the OSS-Fuzz set
up.
2022-02-19 13:39:55 +00:00
DavidKorczynski e254372f78
unbound: fix build by removing use of broken links (#7304) 2022-02-19 12:24:01 +00:00
Norbert Runge fbac6700d8
Adds Elango Cheran (ICU team member at Google) to the auto_ccs list of (#7303)
the Fuzzer ICU project.

Adds primary contact, updates ICU project URL.
2022-02-19 12:04:46 +00:00
Michael Ford 5e907e843b
bitcoin-core: remove unused boost cxxflags and enable sqlite (#7301)
* bitcoin-core: remove no-longer needed Boost CXXFLAGS

Since https://github.com/bitcoin/bitcoin/pull/24301 our Boost usage is
header-only.

* bitcoin-core: enable sqlite in our dependency builder
2022-02-18 17:04:25 +00:00
Guido Vranken 493a0e2ce2
[libecc] Add wolfCrypt (#7300) 2022-02-18 16:06:11 +00:00
tsdgeos a215f3fd82
poppler: Re-enable the memory sanitizer (#7299) 2022-02-18 14:48:30 +00:00
tsdgeos 4631ed8aab
poppler: Build nss (#7297)
* poppler: Build nss

Will allow fuzzying of the signature code path

* poppler: Fix freetype repo url
2022-02-18 13:04:25 +00:00
AdamKorcz 1433090415
[kubernetes-cluster-api] Use upstream build script (#7296) 2022-02-17 23:12:19 +00:00
Guido Vranken 55e0764b33
[libecc] Enable ECDH_Derive operation (#7295) 2022-02-17 23:03:05 +00:00
AdamKorcz 91f263aa2c
[kubernetes-cluster-api] initial integration (#7292)
* [kubernetes-cluster-api] initial integration

* Update build.sh

Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
2022-02-16 10:54:33 -05:00
Paulo Gomes 1b04483c48
[fluxcd] Add outstanding repositories (#7277)
Flux is made of multiple repositories, this PR extends the Fuzz coverage to:
- pkg
- notification-controller
- kustomize-controller
- helm-controller
- image-reflector-controller
- source-controller
- image-automation-controller

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
2022-02-16 12:55:28 +00:00
Terry Cheong 16c9c2ded6
cras: Update project metadata (#7276)
Update auto_ccs to the latest
2022-02-16 11:23:52 +00:00
MacroFake 8dae0c31f2
bitcoin-core: Work around llvm bugs in OUR_LLVM_REVISION (#7272)
* bitcoin-core: Work around llvm bugs in OUR_LLVM_REVISION

* empty_commit
2022-02-16 10:04:46 +00:00
AdamKorcz e81aa6c0bd
[helm] Initial integration (#7291) 2022-02-16 14:52:08 +11:00
Guido Vranken b5bd91e804
[circl] Project integration (#7262)
* [circl] Project integration

* [circl] Enable more operations

* [circl] Enable more operations

* [circl] Retrieve seed corpus from bls-signatures project

* [circl] Enable more operations
2022-02-16 14:51:06 +11:00
Kevin Lubick 5b1313d1be
[skia] Re-enable MSAN (#7290) 2022-02-15 21:50:22 +00:00
jonathanmetzman 94898eb74e
[base-clang] Add warning not to upgrade (#7279)
* [base-clang] Add warning not to upgrade

* undo
2022-02-15 16:33:35 -05:00
Szabolcs Horvát 6a54a7b965
[igraph] install additional dependencies (#7289)
* [igraph] install additional dependencies

* [igraph] download ICU in Dockerfile

* [igraph] install i386 versions of dependencies
2022-02-15 19:19:10 +00:00
AdamKorcz de14727b89
native Go fuzzing: Update docs (#7286) 2022-02-15 11:52:36 +00:00
Oliver Chang 598198bdde
Use Go 1.18 beta 2 for base-runner to fix coverage reports. (#7282)
Fixes #7281.
2022-02-15 14:26:18 +11:00
Peter Huene 4c1d0b83bc
wasmtime: Add Peter Huene to the auto cc list. (#7280) 2022-02-14 19:53:07 +00:00
Navidem f72ca0fd09
Bump to fix more dict keyErrors (#7267) 2022-02-13 12:34:37 +00:00
lazymio 88f220864f
Update Unicorn building script and add my email to cc (#6562)
* Update Unicorn building script and add my email to cc

* Trivial commit to trigger CI

* Remove armeb and aarcheb

* Change from 12 to 4 threads to avoid OOM
2022-02-12 19:42:17 +00:00
AdamKorcz ae1d1481dd
[ossf-scorecard] Add first fuzzer (#7269) 2022-02-12 17:49:16 +00:00
John Stiles d612bb9dc8
Standardize SkSL corpus across all fuzzers. (#7266) 2022-02-12 15:16:20 +00:00
Stephen Augustus (he/him) 347f4a3a30
projects: Add OpenSSF scorecard (#7268)
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2022-02-12 03:43:13 -08:00
Martijn van Beurden 2436e38a72
Fix infinite loop in fuzzer_exo (#7265)
readBuffer returns -1 in return type size_t, which wraps. Because
of that, the comparison was not triggering when it should

Credit: Oss-Fuzz
Issue: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=24002
2022-02-11 19:08:42 +00:00
AdamKorcz e618a7870f
[kubernetes] change build order (#7261) 2022-02-11 15:50:10 +00:00
Szabolcs Horvát cfe1e943f5
[igraph] install additional dependencies (#7264) 2022-02-11 10:56:24 +00:00
asraa c5df6f7bd9
add service accounts for copybara for envoy (#7263)
Signed-off-by: Asra Ali <asraa@google.com>
2022-02-10 17:27:07 -06:00
jonathanmetzman b187d131df
This allows users to skip CIFuzz's logic to only run affected fuzz (#7256)
targets.
Fixes: https://github.com/google/clusterfuzzlite/issues/85
2022-02-10 17:11:52 -05:00
Jakub Jelen 623b6085d8
libssh: Build new fuzzers in .c files (#7258)
* libssh: Build new fuzzers in .c files

* libssh: Change c++ -> c in metadata too
2022-02-10 13:03:46 +00:00