From 2d0a6933a51518efa92aa23ad4ec0a2c31bc907f Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 19 Apr 2013 08:12:30 +0000 Subject: [PATCH] PR binutils/15356 * compress.c (decompress_contents): Always call inflateEnd, even when another inflation operation fails. [Note - the actual patch to compress.c was accidentally committed previously]. --- bfd/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index be6dd52d699..22cf4407569 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2013-04-19 Nick Clifton + + PR binutils/15356 + * compress.c (decompress_contents): Always call inflateEnd, even + when another inflation operation fails. + 2013-04-17 H.J. Lu * elf-ifunc.c: Update copyright year. -- 2.30.2