diff options
Diffstat (limited to 'changes/bug22672')
-rw-r--r-- | changes/bug22672 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug22672 b/changes/bug22672 new file mode 100644 index 0000000000..ec6681149d --- /dev/null +++ b/changes/bug22672 @@ -0,0 +1,5 @@ + o Minor features (compression, defensive programming): + - Detect and break out of infinite loops in our compression code. + We don't think that any such loops exist now, but it's best to be + safe. Closes ticket 22672. + |