summaryrefslogtreecommitdiff
path: root/tools/test-common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test-common.sh')
-rw-r--r--tools/test-common.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/test-common.sh b/tools/test-common.sh
index 8d81b3ca5b..0388f9b097 100644
--- a/tools/test-common.sh
+++ b/tools/test-common.sh
@@ -90,13 +90,6 @@ fi
##############################################################################
### Set up environment variables for fuzz testing ###
##############################################################################
-# Initialize ep_ allocated memory to 0xBADDCAFE and freed memory
-# to 0xDEADBEEF
-export WIRESHARK_DEBUG_SCRUB_MEMORY=
-# 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=
# Use the Wmem strict allocator which does canaries and scrubbing etc.
export WIRESHARK_DEBUG_WMEM_OVERRIDE=strict
# Abort if a dissector adds too many items to the tree