summaryrefslogtreecommitdiffstats
path: root/lib/libz/inflate.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r287541:dim2015-09-221-1/+1
| | | | | | | | In libz's inflateMark(), avoid left-shifting a negative integer, which is undefined. Reviewed by: delphij Differential Revision: https://reviews.freebsd.org/D3344
* MFV: Update zlib to 1.2.8.delphij2013-05-051-24/+40
| | | | MFC after: 1 month
* MFV: Update zlib to 1.2.7.delphij2012-06-211-37/+53
|\ | | | | | | | | | | | | | | (x86 assembler optimization disabled for now because it requires the new .cfi_* directives that is not supported by base system binutils). MFC after: 1 week
| * Flattern zlib vendor tree.delphij2010-02-231-1368/+0
| |
| * Vendor import of ZLib 1.2.3.des2006-03-231-16/+110
| |
| * ZLib 1.2.2kientzle2005-04-241-0/+4
| |
| * Import zlib 1.2.1 (trimmed)tjr2004-06-301-329/+1233
| |
| * Import zlib 1.1.4 onto the vendor branch.green2002-03-111-1/+1
| |
* | Update to zlib 1.2.4 and add versioned symbols to thedelphij2010-03-221-85/+197
|\ \ | | | | | | | | | | | | | | | library. Sponsored by: iXsystems, Inc.
| * | Create a custom branch where I will be able to do the merge.delphij2010-03-191-1368/+0
|/ /
* | Resolve conflicts.des2006-03-231-16/+110
| |
* | Since the FreeBSD local modifications are mostly trivial (consistingkientzle2005-05-111-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | primarily of pointless $FreeBSD$ tags), sync most files in HEAD with those in the ZLIB branch. This minimizes the differences between HEAD and ZLIB and should simplify future imports. After this, there are only three files with local modifications (gzio.c, minigzip.c, and zconf.h) and two non-vendor files (Makefile, zopen.c). The rest exactly match the vendor distribution. PR: i386/76294 MFC after: 2 weeks
* | Correct a denial-of-service vulnerability in zlib.nectar2004-08-261-0/+3
| | | | | | | | | | | | | | For reference, this bug was first reported at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=252253 Submitted by: "Dmitry V. Levin" <ldv@altlinux.org>
* | Resolve conflicts.tjr2004-06-301-329/+1233
| |
* | Fix conflicts.green2002-03-111-1/+1
| |
* | Add huff __FBSDID()s puff to whew! libzdillon2001-09-301-0/+3
|/
* Initial import of zlib-1.1.1steve1998-02-281-30/+51
| | | | | PR: 5869 Reviewed by: jdp
* Initial import of zlib-1.0.4peter1996-08-181-0/+345
OpenPOWER on IntegriCloud