Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit e2ceac9

Browse files
committed
update fuzz env for tx mode
1 parent 6d3af59 commit e2ceac9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Dockerfile.fuzz

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM stellar/base:latest
33
MAINTAINER Mat Schaffer <[email protected]>
44

55
ENV AFL_VERSION 2.53b
6+
ENV FUZZER_MODE tx
67

78
ADD fuzz/install /
89
RUN /install

fuzz/start

-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
set -e
44

55
cd stellar-core
6-
export AFL_PERSISTENT=1
76
make fuzz

0 commit comments

Comments
 (0)