]> git.ozlabs.org Git - ccan/commitdiff
tal: bounds checking fixes.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 19 Nov 2012 00:13:29 +0000 (10:43 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 19 Nov 2012 00:13:29 +0000 (10:43 +1030)
First, we need to update the bounds for the group property allocated
with the children property, just in case it's at the end of the
allocations.

Second, we need to allow the tal_check() code to accept the pointer to
the null parent's group property.

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

No differences found