summaryrefslogtreecommitdiff
path: root/changes/ticket40739
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket40739')
-rw-r--r--changes/ticket407399
1 files changed, 3 insertions, 6 deletions
diff --git a/changes/ticket40739 b/changes/ticket40739
index d65c143c56..f60bfc5d87 100644
--- a/changes/ticket40739
+++ b/changes/ticket40739
@@ -1,6 +1,3 @@
- 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".
-
+ o Minor features (debugging, compression):
+ - Log the input and output buffer sizes when we detect a potential
+ compression bomb. Diagnostic for ticket 40739.