mirror of https://github.com/google/oss-fuzz.git
zeek: enable afl and simplify project.yaml (#5148)
* zeek: enable afl. * Added whitespace to gtrigger ci.
This commit is contained in:
parent
9c92302ad5
commit
a7affd0e27
|
@ -25,6 +25,7 @@ CFLAGS="${CFLAGS} -pthread" CXXFLAGS="${CXXFLAGS} -pthread" \
|
|||
--disable-auxtools \
|
||||
--disable-broker-tests
|
||||
|
||||
|
||||
cd build
|
||||
ninja install
|
||||
|
||||
|
|
|
@ -10,9 +10,6 @@ auto_ccs:
|
|||
- "justin@corelight.com"
|
||||
- "vern@corelight.com"
|
||||
- "vlad@es.net"
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
- honggfuzz
|
||||
sanitizers:
|
||||
- address
|
||||
main_repo: 'https://github.com/zeek/zeek'
|
||||
|
|
Loading…
Reference in New Issue