]> arthur.barton.de Git - bup.git/commit
INDEX_SIG: widen children_ofs to 64-bit
authorRob Browning <rlb@defaultvalue.org>
Mon, 10 Oct 2016 20:55:50 +0000 (15:55 -0500)
committerRob Browning <rlb@defaultvalue.org>
Wed, 12 Oct 2016 04:39:15 +0000 (23:39 -0500)
commitc4bb97b7a4e25eb245c85963035344b67f50854b
treec8544cc85d624a32d30f372086eb1bd26944a05b
parent91032b52b8fe9d3454a94ebb89c3af5500928d00
INDEX_SIG: widen children_ofs to 64-bit

This should avoid failures when the index grows larger than 4GB.

Update the index format header to 'BUPI\0\0\0\7' (version 7).

Thanks to phillipproell amd Wayne Scott for reporting the problem,
and helping track down the cause/fix.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/index.py