mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
zstd: Check errors right affer compressing/decompressing
Considering a compression bomb before looking for errors led to false negative log warnings. Instead, it is possible the work failed for whatever reasons which is not indicative of a compression bomb. Fixes #40739 Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
o Minor bugfixes (compression):
|
||||
- Right after compression/decompression work is done, check for errors.
|
||||
Before this, we would consider compression bomb before that and then
|
||||
looking for errors leading to false positive on that log warning. Fixes
|
||||
bug 40739; bugfix on 0.3.5.1-alpha. Patch by "cypherpunks".
|
||||
|
||||
Reference in New Issue
Block a user