summaryrefslogtreecommitdiff
path: root/ccan/tal/talloc/talloc.c
AgeCommit message (Collapse)Author
2014-06-10tal/talloc: fix overflow on 64 bit systemsRusty Russell
Arguably a bug in talloc_realloc_array, which uses an unsigned for size, resulting in silent truncation and a memcpy into a too-small buffer. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2013-01-03tal/talloc: new module for backending tal onto talloc.Rusty Russell
David Gibson points out that a project may already be using talloc, so this gives a simple adapter if one module uses tal. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>