zstd/lib/decompress
Yann Collet 23767e950a fix one UB pointer arithmetic in encoder
Instead of calculating distance between 2 memory objects, which is UB,
we extract the offset from object 1, and transfer it into object 2.
2017-11-17 13:24:51 -08:00
..
huf_decompress.c Merge pull request #796 from terrelln/is-error 2017-08-15 12:37:28 -07:00
zstd_decompress.c fix one UB pointer arithmetic in encoder 2017-11-17 13:24:51 -08:00