[test suite] AFL wrapper update to not require -A for fuzzing access.conf and fwknopd.conf
This commit is contained in:
@@ -11,6 +11,6 @@ LD_LIBRARY_PATH=../../lib/.libs ../../server/.libs/fwknopd \
|
||||
-c ../conf/ipt_snat_fwknopd.conf \
|
||||
-O ../conf/override_no_digest_tracking_fwknopd.conf \
|
||||
-a $ACCESS_FILE \
|
||||
-A -f -t --exit-parse-config -v -v -v
|
||||
-f -t --exit-parse-config -v -v -v -r `pwd`/run
|
||||
|
||||
exit $?
|
||||
|
||||
@@ -11,6 +11,6 @@ LD_LIBRARY_PATH=../../lib/.libs ../../server/.libs/fwknopd \
|
||||
-c $FWKNOPD_CONF_FILE \
|
||||
-a ../conf/default_access.conf \
|
||||
-O ../conf/override_no_digest_tracking_fwknopd.conf \
|
||||
-A -f -t --exit-parse-config -v -v -v
|
||||
-f -t --exit-parse-config -v -v -v -r `pwd`/run
|
||||
|
||||
exit $?
|
||||
|
||||
@@ -36,6 +36,6 @@ LD_LIBRARY_PATH=$LIB_DIR afl-fuzz \
|
||||
-c ../conf/ipt_snat_fwknopd.conf \
|
||||
-a $OUT_DIR/afl_access.conf \
|
||||
-O ../conf/override_no_digest_tracking_fwknopd.conf \
|
||||
-A -f -t --exit-parse-config -D
|
||||
-f -t --exit-parse-config -v -v -v -r `pwd`/run
|
||||
|
||||
exit $?
|
||||
|
||||
@@ -34,6 +34,6 @@ LD_LIBRARY_PATH=$LIB_DIR afl-fuzz -T $BANNER -t 1000 -i $IN_DIR \
|
||||
-c $OUT_DIR/afl_fwknopd.conf \
|
||||
-a $OUT_DIR/afl_access.conf \
|
||||
-O ../conf/override_no_digest_tracking_fwknopd.conf \
|
||||
-A -f -t --exit-parse-config
|
||||
-f -t --exit-parse-config -v -v -v -r `pwd`/run
|
||||
|
||||
exit $?
|
||||
|
||||
@@ -36,6 +36,6 @@ LD_LIBRARY_PATH=$LIB_DIR afl-fuzz \
|
||||
-c ../conf/ipt_snat_fwknopd.conf \
|
||||
-a ../conf/default_access.conf \
|
||||
-d $OUT_DIR/afl_digest_cache.conf \
|
||||
-f -t --exit-parse-config -r `pwd`/run
|
||||
-f -t --exit-parse-config -v -v -v -r `pwd`/run
|
||||
|
||||
exit $?
|
||||
|
||||
Reference in New Issue
Block a user