aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2009-10-15 22:01:59 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2009-10-15 22:01:59 +0000
commit71b8709d526d5059cdebc3d23000fd0b8077df2d (patch)
treeb2ef3e0e0d66d8eb462282c18e6082984b80b65c /tools
parent2e82dd2966d2d6ed190adfddfc44e64c6ae8494a (diff)
Use SE canaries when fuzz testing.
svn path=/trunk/; revision=30566
Diffstat (limited to 'tools')
-rwxr-xr-xtools/fuzz-test.sh2
-rwxr-xr-xtools/test-fuzzed-cap.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/fuzz-test.sh b/tools/fuzz-test.sh
index e511229b5a..ac0f1b0288 100755
--- a/tools/fuzz-test.sh
+++ b/tools/fuzz-test.sh
@@ -165,7 +165,7 @@ while [ $PASS -lt $MAX_PASSES -o $MAX_PASSES -lt 1 ] ; do
fi
fi
- "$TSHARK" $TSHARK_ARGS $TMP_DIR/$TMP_FILE \
+ WIRESHARK_DEBUG_SE_USE_CANARY= "$TSHARK" $TSHARK_ARGS $TMP_DIR/$TMP_FILE \
> /dev/null 2> $TMP_DIR/$ERR_FILE
RETVAL=$?
# Uncomment the next two lines to enable dissector bug
diff --git a/tools/test-fuzzed-cap.sh b/tools/test-fuzzed-cap.sh
index c61c5a2d21..1d8166f819 100755
--- a/tools/test-fuzzed-cap.sh
+++ b/tools/test-fuzzed-cap.sh
@@ -26,4 +26,4 @@ ulimit -S -t $MAX_CPU_TIME -v $MAX_VMEM
# Allow core files to be generated
ulimit -c unlimited
-./tshark -nVxr $1 > /dev/null
+WIRESHARK_DEBUG_SE_USE_CANARY= ./tshark -nVxr $1 > /dev/null