commit | 8a3d56d6a29636b8c678b3f68ef45813aaaa2b12 | [log] [tgz] |
---|---|---|
author | William Escande <[email protected]> | Wed May 11 02:39:10 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed May 11 02:39:10 2022 +0000 |
tree | aab00ff7a7202a49d2afaa9084f260c2e519653b | |
parent | 6f38f698a3c95b4c4eb84b7789de168024317142 [diff] | |
parent | 7f40427f4d2dfb83647ae657f13946be981d3a4e [diff] |
[automerger skipped] Statically link ldac into module am: 2473c05ce2 am: 95db257c48 am: 7f2b0ceb81 -s ours am: 7f40427f4d -s ours am skip reason: Merged-In I69970a4bd5f6cbe5064b0be447ffcc8892e875a4 with SHA-1 2473c05ce2 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/external/oss-fuzz/+/18059556 Change-Id: Ib76b300394bb7f366cb7d7f403c3f7086c440780 Signed-off-by: Automerger Merge Worker <[email protected]>
Fuzz testing is a well-known technique for uncovering programming errors in software. Many of these detectable errors, like buffer overflow, can have serious security implications. Google has found thousands of security vulnerabilities and stability bugs by deploying guided in-process fuzzing of Chrome components, and we now want to share that service with the open source community.
In cooperation with the Core Infrastructure Initiative and the OpenSSF, OSS-Fuzz aims to make common open source software more secure and stable by combining modern fuzzing techniques with scalable, distributed execution.
We support the libFuzzer, AFL++, and Honggfuzz fuzzing engines in combination with Sanitizers, as well as ClusterFuzz, a distributed fuzzer execution environment and reporting tool.
Currently, OSS-Fuzz supports C/C++, Rust, Go, Python and Java/JVM code. Other languages supported by LLVM may work too. OSS-Fuzz supports fuzzing x86_64 and i386 builds.
Read our detailed documentation to learn how to use OSS-Fuzz.
As of June 2021, OSS-Fuzz has found over 30,000 bugs in 500 open source projects.