OpenBSD CVS

CVS log for src/lib/libz/Attic/gzio.c


[BACK] Up to [local] / src / lib / libz

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16, Sun Jul 4 14:24:49 2021 UTC (2 years, 11 months ago) by tb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +1 -1 lines
FILE REMOVED

Update libz to zlib 1.2.11 and reapply local patches as far as this
made sense.

Tested in snaps for a few days. deraadt helped with fitting things on
floppies and jmatthew found a bug I introduced.

ok deraadt

Revision 1.15 / (download) - annotate - [select for diffs], Sat Apr 18 17:11:37 2020 UTC (4 years, 1 month ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

When opening a completely empty file with gzopen(3), treat it as an
uncompressed file, such that the first gzread(3) results in Z_STREAM_END
rather than in the misleading Z_BUF_ERROR.

I checked that none of the many copies of libz in our tree
suffer from the same bug, after deraadt@ asked.

Bugfix patch from Olivier Taibi <oli at olitb dot net> on bugs@.
OK millert@.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jul 20 15:56:41 2005 UTC (18 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.13: +33 -16 lines
Diff to previous 1.13 (colored)

Update to zlib 1.2.3; OK deraadt@

Revision 1.13 / (download) - annotate - [select for diffs], Fri Dec 3 03:06:36 2004 UTC (19 years, 6 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.12: +5 -1 lines
Diff to previous 1.12 (colored)

update to zlib-1.21 (we already have the CAN-2004-0797 security fixes)
"in it goes" deraadt@, in the near-total absence of feedback from others

Revision 1.12 / (download) - annotate - [select for diffs], Tue Dec 16 22:33:02 2003 UTC (20 years, 5 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.11: +246 -146 lines
Diff to previous 1.11 (colored)

update to zlib 1.2.1

ok millert@ deraadt@

Revision 1.11 / (download) - annotate - [select for diffs], Wed Apr 2 21:00:19 2003 UTC (21 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.10: +12 -8 lines
Diff to previous 1.10 (colored)

use strlcpy; millert ok

Revision 1.8.2.1 / (download) - annotate - [select for diffs], Wed Mar 5 03:54:34 2003 UTC (21 years, 3 months ago) by margarida
Branch: OPENBSD_3_2
Changes since 1.8: +7 -7 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

Pull patch from current:
Fix by millert@
Check snprintf() return value for truncation.

deraadt@ millert@ ok

Revision 1.10 / (download) - annotate - [select for diffs], Thu Feb 27 17:29:35 2003 UTC (21 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.9: +7 -7 lines
Diff to previous 1.9 (colored)

Check snprintf() return value for truncation; deraadt@ OK

Revision 1.9 / (download) - annotate - [select for diffs], Mon Dec 9 00:45:37 2002 UTC (21 years, 6 months ago) by millert
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

From Andrushock, s/sucess/success/g

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 6 00:11:40 2002 UTC (21 years, 11 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE
Branch point for: OPENBSD_3_2
Changes since 1.7: +5 -2 lines
Diff to previous 1.7 (colored)

Add some missing checks for malloc() returning NULL.
Noticed by Lars J. Buitinck.  deraadt@ OK

Revision 1.6.2.1 / (download) - annotate - [select for diffs], Wed Mar 13 16:07:26 2002 UTC (22 years, 3 months ago) by jason
Branch: OPENBSD_3_0
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

Pull in patch from current:
Fix (millert):
Update to zlib-1.1.4

Revision 1.7 / (download) - annotate - [select for diffs], Tue Mar 12 00:25:57 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Update to zlib-1.1.4

Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 19 10:58:07 2001 UTC (22 years, 8 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE
Branch point for: OPENBSD_3_0
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

occured->occurred

idea from deraadt@ via NetBSD
millert@ ok

p.s. Next commit will fix a typo in the sys/

Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 2 00:29:52 2000 UTC (24 years, 3 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

$OpenBSD$

Revision 1.4 / (download) - annotate - [select for diffs], Sat Aug 8 20:57:14 1998 UTC (25 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.3: +388 -36 lines
Diff to previous 1.3 (colored)

zlib 1.1.3

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 19 17:11:23 1997 UTC (27 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.2: +6 -17 lines
Diff to previous 1.2 (colored)

zlib 1.0.4

Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 27 00:29:33 1996 UTC (27 years, 7 months ago) by millert
Branch: MAIN
Changes since 1.1: +12 -1 lines
Diff to previous 1.1 (colored)

Adds gz_iszipped() function.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jul 27 02:39:45 1996 UTC (27 years, 10 months ago) by tholo
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0

Integrate zlib v1.0.3

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.