summaryrefslogtreecommitdiff
path: root/runv
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-11-20 09:57:17 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2019-11-20 09:57:17 -0500
commitb905ea0f51cba69837643717182982dd93cd3f0d (patch)
tree3a1bdd03da32c84bfc6adc2c78d991919a42bfee /runv
parent1151e30d50b64e34356214c39beb0a62326e988c (diff)
fixed some bugs; caused some others
Diffstat (limited to 'runv')
-rwxr-xr-xrunv2
1 files changed, 1 insertions, 1 deletions
diff --git a/runv b/runv
index b0a02f7..ccd621f 100755
--- a/runv
+++ b/runv
@@ -1,5 +1,5 @@
#!/bin/sh
-valgrind -q --track-origins=yes --error-exitcode=1 --malloc-fill=0xcd ./toc test.toc || exit 1
+valgrind -q --track-origins=yes --error-exitcode=1 --malloc-fill=0xcd --free-fill=0xef --num-callers=100 ./toc test.toc || exit 1
if [ "$1" = "c" ]; then
gcc out.c && ./a.out
elif [ "$1" = "pc" ]; then