From 57d8f36a6cfbde5a9a783f11f2b75f19005c23e1 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 20 Mar 2013 20:59:26 +0100 Subject: Fix invalid memory accesses reported by 'make memcheck' These are things that showed up in valgrind while running the tests. --- trust/tests/test-index.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'trust/tests') diff --git a/trust/tests/test-index.c b/trust/tests/test-index.c index 3cda272..d58a510 100644 --- a/trust/tests/test-index.c +++ b/trust/tests/test-index.c @@ -539,6 +539,8 @@ test_find_all (CuTest *tc) free (check); /* A double check of this method */ + one = 0UL; + check = &one; CuAssertTrue (tc, !handles_are (check, 29292929, 0UL)); CuAssertTrue (tc, !handles_are (NULL, 0UL)); -- cgit v1.1