zstd/lib/compress
Yann Collet 1416bc0f07 erase existence of a buffer when it's sent out of the pool
In some complex scenario,
the buffer would be freed because it's too large,
another buffer would be allocated, but fail,
trigger an error,
and the general buffer pool would then be freed,
where the definition of the already freed buffer would be found
(beyond total index, but still), and freed again, resulting in double-free error.
2017-09-29 16:27:47 -07:00
..
2017-08-15 11:23:28 -07:00
2017-09-16 23:41:58 -07:00
2017-09-26 14:00:01 -07:00
2017-09-26 14:00:01 -07:00