| Commit message (Collapse) | Author | Age |
... | |
| |
|
|
|
| |
rustls: clean up artifacts from oss-fuzz
|
|
|
|
|
| |
This will help bitcoin use CI to verify the build works, because
the last step is trivial (so testing not really needed) but will
fill up the disk.
|
|
|
|
|
| |
* bitcoin-core: Unlock all fuzz targets
* bitcoin-core: Avoid out-of-disk in the CI
|
| |
|
|
|
|
|
| |
* bitcoin-core: Cleanup build.sh
* bitcoin-core: Fix coverage report
|
|
|
| |
Upstream is renaming the path in https://github.com/google/mtail/pull/515
|
|
|
|
|
|
|
|
|
| |
* Adds project espeak-ng
* Remove patch merged upstream
* Disable leaking speech player
* Restrict to working configs
|
| |
|
|
|
| |
* add Cuong Manh Le as a Go maintainer
|
|
|
| |
* libpg_query: initial integration.
|
| |
|
|
|
| |
* oatpp: initial integration.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* libvips: add lcms and libspng as dependencies
* libvips: fix AVIF fuzzer
- Ensure libheif is able to detect the headers provided by libaom.
- Disable the build of dynamic modules.
* libvips: fix JXL fuzzer
|
| |
|
| |
|
|
|
| |
bintray is deprecated now
|
|
|
| |
Also fix some dead links
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.4...v3.2.5)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |
|
| |
|
|
|
|
|
| |
This reverts commit 181b3575afc392c704ae3be02baf0c4b8150cd87.
The issue was fixed in https://github.com/google/oss-fuzz/pull/5691
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* output afl++ setup
* update commit id
* update afl++ commit id
* asan + cmplog fix
* update commit id
* update and enhance afl++
* update afl++ commit id, better run asan options
* fix linter
* add debug_afl script
* Update debug_afl
* Update compile_afl
* fix for karchive
* put debug_afl in the docker container
* asan poison fix
* fix asan settings for zeek
* update afl++ commit id
* fix
* update afl++ commit id
* final touches
* remove map size
* remove old comment
* llvm 13 fix
* enhance documentation
* fix capstone build.sh
* update doc
* add afl++ ctx-2 coverage option
* set to 30% chance for ctx-2
* fix afl++ pie targets
* gracefuly fail for qemu hook
Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
|
|
|
|
| |
It is now necessary to specify the --build architecture for -m32
builds, otherwise we'll end up using x64 assembly files.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It seems LXC is failing to compile with AFL with
```
../../src/lxc/storage -pthread -O1 -fno-omit-frame-pointer -gline-tables-only -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -fsanitize=address -fsanitize-address-use-after-scope -stdlib=libc++ -Wl,--as-needed -Wl,--gc-sections -Wl,-z -Wl,relro -Wl,-z -Wl,now -pie -Wl,-fuse-ld=gold -o fuzz-lxc-define-load fuzz_lxc_define_load-fuzz-lxc-define-load.o ../lxc/.libs/liblxc.a /usr/lib/libFuzzingEngine.a -lpthread -pthread
Step #32: /usr/bin/ld: /usr/lib/libFuzzingEngine.a(aflpp_driver.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
Step #32: /usr/lib/libFuzzingEngine.a: error adding symbols: Bad value
Step #32: clang-12: [0;1;31merror: [0m[1mlinker command failed with exit code 1 (use -v to see invocation)[0m
Step #32: make[3]: *** [fuzz-lxc-config-read] Error 1
```
Apparently aflpp tends to misdetect compiler/linker features 30% (70%?)
of the time: https://github.com/google/oss-fuzz/issues/4280#issuecomment-829733181
|
|
|
|
|
| |
* Adds bazel project opencensus-cpp
* Fix address
|
| |
|
| |
|
|
|
| |
I'm a collaborator on the rustls project and would like to be informed.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* [bls-signatures] Use repository master branch
I merged the BLS functionality into the Cryptofuzz master branch.
Future development will occur there.
* [bls-signatures] Update Boost download location
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix build failures:
```
error: /out/src/rate_estimator.rs: No such file or directory
warning: The file '/src/rate_estimator.rs' isn't covered.
error: /out/src/rate_estimator_bindings.rs: No such file or directory
warning: The file '/src/rate_estimator_bindings.rs' isn't covered.
```
Bug: crbug/oss-fuzz/31910
Test: {build_fuzzer, coverage} commands in infra/helper.py for cras
|
|
|
|
|
| |
* go-ethereum: add maintainer
* go-ethereum: add maintainer
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
* Update project.yaml for hyperium
|
| |
|
| |
|
| |
|
| |
|