mirror of https://github.com/google/oss-fuzz.git
binutils: no longer restrict afl build (#6899)
This commit is contained in:
parent
655ecc5ba7
commit
54d17f48e7
|
@ -15,10 +15,6 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
export AFL_LLVM_INSTRUMENT=CLASSIC,CTX-2
|
||||
export AFL_ENABLE_CMPLOG=0
|
||||
export AFL_LAF_CHANCE=30
|
||||
|
||||
# build project
|
||||
if [ "$SANITIZER" = undefined ]; then
|
||||
export CFLAGS="$CFLAGS -fno-sanitize=unsigned-integer-overflow"
|
||||
|
|
Loading…
Reference in New Issue