]> git.ozlabs.org Git - ccan/commitdiff
tools: fix realloc bug.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 12 Sep 2011 03:54:34 +0000 (13:24 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 12 Sep 2011 03:54:34 +0000 (13:24 +0930)
Reallocing smaller can move the pointer; certainly valgrind detects
it.  Found while chasing intermittant errors on "make fastcheck".


No differences found