aboutsummaryrefslogtreecommitdiffstats
path: root/tools/test-fuzzed-cap.sh
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-15 22:01:59 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-15 22:01:59 +0000
commit8e5cd24995de43d795aaca5254e2910492ffe053 (patch)
treeb2ef3e0e0d66d8eb462282c18e6082984b80b65c /tools/test-fuzzed-cap.sh
parenta73b6e4ba39171530ba5d851a5f13b60434a8ce9 (diff)
Use SE canaries when fuzz testing.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30566 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tools/test-fuzzed-cap.sh')
-rwxr-xr-xtools/test-fuzzed-cap.sh2
1 files changed, 1 insertions, 1 deletions
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