From: Rusty Russell Date: Thu, 17 Mar 2011 11:42:21 +0000 (+1030) Subject: tdb2: make sure records with extra padding have a 0 byte. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=ed81f39468c4d9089310fb4950b09c1f5886c4ef;hp=ed81f39468c4d9089310fb4950b09c1f5886c4ef tdb2: make sure records with extra padding have a 0 byte. As detailed in doc/design.lyx section 2.16 "Record Headers Are Not Expandible", we make sure that if there is padding at the end of a record, the first byte of padding is a zero. ---