aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-04-19 08:12:30 +0000
committerNick Clifton <nickc@redhat.com>2013-04-19 08:12:30 +0000
commit2d0a6933a51518efa92aa23ad4ec0a2c31bc907f (patch)
treea42094d3b5d929406493c256b54b173ec652a63b /bfd
parentc80382bfdd3fd1a5a495fc161d9735335abed656 (diff)
downloadgdb-2d0a6933a51518efa92aa23ad4ec0a2c31bc907f.zip
gdb-2d0a6933a51518efa92aa23ad4ec0a2c31bc907f.tar.gz
gdb-2d0a6933a51518efa92aa23ad4ec0a2c31bc907f.tar.bz2
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].
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <nickc@redhat.com>
+
+ PR binutils/15356
+ * compress.c (decompress_contents): Always call inflateEnd, even
+ when another inflation operation fails.
+
2013-04-17 H.J. Lu <hongjiu.lu@intel.com>
* elf-ifunc.c: Update copyright year.