Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear trailing bytes in StreamVByte to ensure bit-exact output
StreamVByte codec rounds up output size to multiple of 4 bytes. As a result, up to 3 trailing bytes could be uninitialized memory passed to the encodeArray function. To ensure bitexact output, these padding bytes should be cleared.
- Loading branch information