]> git.ozlabs.org Git - ccan/commitdiff
rszshm: disable valgrind for tests.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 3 Feb 2016 05:41:05 +0000 (16:11 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 3 Feb 2016 05:41:05 +0000 (16:11 +1030)
It returns EINVAL instead of ENOMEM for test/run.c line 96, then
complains on line 137:

==29368== Invalid read of size 4
==29368==    at 0x4033BC: main (run.c:137)
==29368==  Address 0x400000000018 is not stack'd, malloc'd or (recently) free'd

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

No differences found