]> git.ozlabs.org Git - ccan/commit
Fix append of zero-length records to zero-length records.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 29 Jun 2009 02:17:52 +0000 (11:47 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 29 Jun 2009 02:17:52 +0000 (11:47 +0930)
commitcd065f97d15e08493e96972c9e4b9a619cd26154
tree7787dfe2b4416df922944c38885529cee1d7b6bc
parent195b605e88209772a4b2bc2e0ef32e610e62feb7
Fix append of zero-length records to zero-length records.
realloc() has that horrible overloaded free semantics.
ccan/tdb/tdb.c