Files
zstd-rs/lib/compress
Nick TerrellandGitHub 6c92ba774e ZSTD_compressSequences_internal assert op <= oend (#1667)
When we wrote one byte beyond the end of the buffer for RLE
blocks back in 1.3.7, we would then have `op > oend`. That is
a problem when we use `oend - op` for the size of the destination
buffer, and allows further writes beyond the end of the buffer for
the rest of the function. Lets assert that it doesn't happen.
2019-07-02 15:45:47 -07:00
..
2019-04-12 11:18:11 -07:00
2019-05-31 17:27:07 -07:00
2019-04-12 11:18:11 -07:00
2019-04-12 11:18:11 -07:00