From 673b993783f99bf4317215cf967d0db534112823 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sun, 17 Nov 2019 00:05:35 -0500 Subject: moved constant param system to typing. --- runv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runv') diff --git a/runv b/runv index c9e5a58..b0a02f7 100755 --- a/runv +++ b/runv @@ -1,5 +1,5 @@ #!/bin/sh -valgrind -q --track-origins=yes --error-exitcode=1 ./toc test.toc || exit 1 +valgrind -q --track-origins=yes --error-exitcode=1 --malloc-fill=0xcd ./toc test.toc || exit 1 if [ "$1" = "c" ]; then gcc out.c && ./a.out elif [ "$1" = "pc" ]; then -- cgit v1.2.3