mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
fd3f9e8580
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>
7 lines
330 B
Plaintext
7 lines
330 B
Plaintext
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".
|
|
|