diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-11-07 19:57:34 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-11-07 20:36:58 +0100 |
commit | 6c5f762596af9567afc4691beea212483fa7a07a (patch) | |
tree | 04f4eb32ed162cd13918c17e7e4fe0f9aaed540f /Changelog | |
parent | 5b122e3a383c8e7603f1fc2322a6fe5298078a65 (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-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |