]> git.ozlabs.org Git - ccan/commit
failtest: fix internal cut & paste bug
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 29 Nov 2011 22:30:11 +0000 (09:00 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 29 Nov 2011 22:30:11 +0000 (09:00 +1030)
commit407057edd6b45cae437d119df80ff080989a2752
tree86f37d34a7e6259c2bd22109cdc11e3478a3c9ac
parentb4ae30818ed7b5e670a99518e79595e7920f8e5c
failtest: fix internal cut & paste bug

failtest_malloc should use p->u.malloc not p->u.calloc.  The layouts
are identical, so it doesn't matter, but it's confusing and leaves us
open to weird bugs in future should one change.
ccan/failtest/failtest.c