summaryrefslogtreecommitdiff
path: root/tools/test-common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test-common.sh')
-rwxr-xr-xtools/test-common.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/test-common.sh b/tools/test-common.sh
index da3ccf3896..0484c866cc 100755
--- a/tools/test-common.sh
+++ b/tools/test-common.sh
@@ -71,6 +71,8 @@ export WIRESHARK_DEBUG_SE_USE_CANARY=
# 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
# Turn on GLib memory debugging (since 2.13)
export G_SLICE=debug-blocks