Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
catch serialization buffer edge case
if the buffer fills up to the point where there isn't enough space for the 8-bytes of header, a split_at() call will fail before the routine even gets to decide if the record can fit. abort the loop if the buffer is that full.
- Loading branch information