On Wed, Jan 27, 2021 at 03:01:39PM +0000, Derrick Stolee via GitGitGadget wrote: > Updates in V2 > ============= > > * The method pair_chunk() now automatically sets a pointer while > read_chunk() uses the callback. This greatly reduces the code size. > > * Pointer casts are now implicit instead of explicit. > > * Extra care is taken to not overflow when verifying chunk sizes on write. Thanks, I read the range-diff between this version and the last and appreciate you taking the time to address all of my concerns. I think that this is ready to go, so please have my: Reviewed-by: Taylor Blau <me@xxxxxxxxxxxx> Thanks, Taylor