From: Nick Clifton Date: Fri, 19 Apr 2013 08:12:30 +0000 (+0000) Subject: PR binutils/15356 X-Git-Tag: cygwin-64bit-premerge~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d0a6933a51518efa92aa23ad4ec0a2c31bc907f;p=external%2Fbinutils.git 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]. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index be6dd52..22cf440 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.