aboutsummaryrefslogtreecommitdiffstats
path: root/tools/test-common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test-common.sh')
-rw-r--r--tools/test-common.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/test-common.sh b/tools/test-common.sh
index 17ac66b57a..8d81b3ca5b 100644
--- a/tools/test-common.sh
+++ b/tools/test-common.sh
@@ -90,12 +90,10 @@ fi
##############################################################################
### Set up environment variables for fuzz testing ###
##############################################################################
-# Initialize (ep_ and se_) allocated memory to 0xBADDCAFE and freed memory
+# Initialize ep_ allocated memory to 0xBADDCAFE and freed memory
# to 0xDEADBEEF
export WIRESHARK_DEBUG_SCRUB_MEMORY=
-# Use canaries in se_ allocations (off by default due to the memory usage)
-export WIRESHARK_DEBUG_SE_USE_CANARY=
-# Verify that ep_ and se_ allocated memory is not passed to certain routines
+# Verify that ep_ allocated memory is not passed to certain routines
# which need the memory to be persistent.
export WIRESHARK_EP_VERIFY_POINTERS=
export WIRESHARK_SE_VERIFY_POINTERS=