mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
8d6940814a
This patch ensures that we return TOR_COMPRESS_BUFFER_FULL in case we have a input bytes left to process, but are out of output buffer or in case we need to finish where the compression implementation might need to write an epilogue. See: https://bugs.torproject.org/23551
4 lines
186 B
Plaintext
4 lines
186 B
Plaintext
o Minor bugfixes (compression):
|
|
- Handle a pathological case when decompressing Zstandard data when the
|
|
output buffer size is zero. Fixes bug 23551; bugfix on 0.3.1.1-alpha.
|