aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-11-07 19:57:34 +0100
committerGuilhem Moulin <guilhem@fripost.org>2019-11-07 20:36:58 +0100
commit6c5f762596af9567afc4691beea212483fa7a07a (patch)
tree04f4eb32ed162cd13918c17e7e4fe0f9aaed540f /Changelog
parent5b122e3a383c8e7603f1fc2322a6fe5298078a65 (diff)
libinterimap: Don't panic at the end of the compressed stream.
Cf. Compress::Raw::Zlib's documentation. Z_STREAM_END denotes a successful state.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 9f718cd..964fab8 100644
--- a/Changelog
+++ b/Changelog
@@ -80,6 +80,8 @@ interimap (0.5) upstream;
always mentioned ~/, which on POSIX-compliant systems expands to the
value of the variable HOME. (Cf. Shell and Utilities volume of
POSIX.1-2017, sec. 2.6.1.)
+ - libinterimap: don't panic() when inflate() reports the end of the
+ compression stream is reached.
-- Guilhem Moulin <guilhem@fripost.org> Fri, 10 May 2019 00:58:14 +0200