Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-10 | tal/talloc: fix overflow on 64 bit systems | Rusty 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-03 | tal/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> |