summaryrefslogtreecommitdiff
path: root/src/exchange/test_taler_exchange_httpd_afl.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-20 00:21:50 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-20 00:21:50 +0100
commit4bf153fdb0d9f8597a2be7791aa9f9fe957b37bc (patch)
tree8bb6366811cd7ed070f5a31d9c8538fadbef84c1 /src/exchange/test_taler_exchange_httpd_afl.sh
parentc87eb30e78f84696c1ad22abd97c119db8dfad26 (diff)
downloadexchange-4bf153fdb0d9f8597a2be7791aa9f9fe957b37bc.tar.gz
exchange-4bf153fdb0d9f8597a2be7791aa9f9fe957b37bc.tar.bz2
exchange-4bf153fdb0d9f8597a2be7791aa9f9fe957b37bc.zip
resolve fixmes
Diffstat (limited to 'src/exchange/test_taler_exchange_httpd_afl.sh')
-rw-r--r--src/exchange/test_taler_exchange_httpd_afl.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/exchange/test_taler_exchange_httpd_afl.sh b/src/exchange/test_taler_exchange_httpd_afl.sh
index a5d4fcbb8..abfaf0b2f 100644
--- a/src/exchange/test_taler_exchange_httpd_afl.sh
+++ b/src/exchange/test_taler_exchange_httpd_afl.sh
@@ -25,8 +25,9 @@
# 1) Capture all TCP traffic from 'test-auditor.sh'
# 2) Use 'tcpflow -e http -r $PCAP -o $OUTPUT' to get the HTTP streams
# 3) Remove HTTP streams unrelated to the exchange as well as the replies
-# 4) Compile the exchange with AFL instrumentation
-# 5) Run afl-fuzz -i $OUTPUT/ -o afl-tests/ ~/bin/taler-exchange-httpd \
+# 4) Remove duplicated streams (check file size!)
+# 5) Compile the exchange with AFL instrumentation
+# 6) Run afl-fuzz -i $OUTPUT/ -o afl-tests/ ~/bin/taler-exchange-httpd \
# -c test_taler_exchange_httpd.conf -t 1 -f @@
set -eu