From b905ea0f51cba69837643717182982dd93cd3f0d Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Wed, 20 Nov 2019 09:57:17 -0500 Subject: fixed some bugs; caused some others --- runv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runv') 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 -- cgit v1.2.3