Commit Graph

6 Commits

Author SHA1 Message Date
Dongge Liu 7e66453383
Make `Centipede` a default fuzzing engine (#10109)
1. Add `centipede` to `DEFAULT_ENGINES`.
2. Remove the `fuzzing_engines` attribute from `project.yaml`s if
redundant (i.e., all default engines are included in that YAML file).
3. Temporarily disable `centipede` on `c`/`c++` projects that previously
use all `DEFAULT_ENGINES` (200 projects did not specify
`fuzzing_engines` in `project.yaml`) so that we can gradually enable
centipede later them later.
2023-04-21 09:48:45 +10:00
jonathanmetzman 439d0bc2c6
Enable centipede on a bunch of projects (#9643) 2023-02-13 14:24:42 -05:00
jonathanmetzman 96afd58872
Make many projects centipede compatible (#9598)
Previously, they would break because they incorrectly used $CC to link
fuzz targets.
2023-02-06 15:46:06 -05:00
DavidKorczynski 3fc07edb24
hiredis: only build static libraries (#9573)
The dynamically shared libraries are not needed. This makes the build
Fuzz Introspector compatible.
2023-02-03 11:40:50 +00:00
DavidKorczynski aeb6f092e6
hiredis: enable afl and cleanup project.yaml (#5157)
* hiredis: enable afl.

* hiredis: fix build.

* removed unneeded fixes.

* Fix dockerfile.
2021-02-10 09:06:05 -08:00
AdamKorcz b3f128912a
[Hiredis] Initial integration (#4822)
* [teleport] Initial integration

* Minor update to run tests again

* [Hiredis] Initial integration

* Added maintainer email and slightly updated the build script

* Removed empty line
2020-12-17 11:38:43 -08:00