Support 64-bit sequence lengths with some bit fiddling.
authorNot Zed <notzed@gmail.com>
Thu, 2 May 2019 01:33:27 +0000 (11:03 +0930)
committerNot Zed <notzed@gmail.com>
Thu, 2 May 2019 01:33:27 +0000 (11:03 +0930)
commit802c70067e39ddde84d886a1b86eabb931cbcfcc
tree29d12668700dc1996266c019c97fa30b2b183d82
parent1b6c3fb16e0d3f8711dcf64fcb546bf11c12249c
Support 64-bit sequence lengths with some bit fiddling.
Fix incorrect use of realloc()
Fix incorrect free on failure.
Added a 64-bit array length test.
ez-blob-io.c
ez-blob-tagz.c
ez-blob-tagz.h
test-blob.c