aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-12-10 05:23:40 +0000
committerBill Meier <wmeier@newsguy.com>2010-12-10 05:23:40 +0000
commit8867ada0f89914f14e4b5d13dcc54976b94ddae0 (patch)
treec3503433448c6afd66123619546c0d16ac7a4338 /tools
parent9b9dcb0161d0e48baeacd64da18690ac1a2494f2 (diff)
Export G_SLICE=debug-blocks to do additional memory checks;
svn path=/trunk/; revision=35166
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test-fuzzed-cap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-fuzzed-cap.sh b/tools/test-fuzzed-cap.sh
index 091c875e9b..f87177063c 100755
--- a/tools/test-fuzzed-cap.sh
+++ b/tools/test-fuzzed-cap.sh
@@ -37,6 +37,7 @@ export WIRESHARK_DEBUG_SCRUB_MEMORY=
export WIRESHARK_DEBUG_SE_USE_CANARY=
export WIRESHARK_EP_VERIFY_POINTERS=
export WIRESHARK_SE_VERIFY_POINTERS=
+export G_SLICE=debug-blocks # since GLib 2.13
export MALLOC_CHECK_=3
$BIN_DIR/tshark -nVxr $1 > /dev/null