aboutsummaryrefslogtreecommitdiff
path: root/zlib/inffast.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2017-02-20 12:52:22 +0000
committerNick Clifton <nickc@redhat.com>2017-02-20 12:52:22 +0000
commit9c7e3b0e6b5234c39d1269fdf1a1413e2a734a79 (patch)
tree6741c1e41fc9409262816a02b2e3ee366a942e7c /zlib/inffast.c
parent0db8980cc0ee05727c11f8b7c6674137a4d5de4e (diff)
downloadbinutils-9c7e3b0e6b5234c39d1269fdf1a1413e2a734a79.zip
binutils-9c7e3b0e6b5234c39d1269fdf1a1413e2a734a79.tar.gz
binutils-9c7e3b0e6b5234c39d1269fdf1a1413e2a734a79.tar.bz2
Sync ZLIB with FSF GCC sources, bringing in version 1.2.11.
- Fix deflate stored bug when pulling last block from window - Permit immediate deflateParams changes before any deflate input
Diffstat (limited to 'zlib/inffast.c')
-rw-r--r--zlib/inffast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/inffast.c b/zlib/inffast.c
index 29eb7d8..0dbd1db 100644
--- a/zlib/inffast.c
+++ b/zlib/inffast.c
@@ -1,5 +1,5 @@
/* inffast.c -- fast decoding
- * Copyright (C) 1995-2008, 2010, 2013, 2016 Mark Adler
+ * Copyright (C) 1995-2017 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/