Subject: CVS commit: [netbsd-4] src/common/dist/zlib
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 02/02/2008 23:13:19
Module Name:	src
Committed By:	riz
Date:		Sat Feb  2 23:13:19 UTC 2008

Modified Files:
	src/common/dist/zlib [netbsd-4]: inflate.c

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1027):
	common/dist/zlib/inflate.c: revision 1.4
Disable a sanity check output buffer != NULL in _STANDALONE case.
Some kernels are loaded at address 0x0 by bootloaders and
output buffer address could be zero in such case.
Fixes "read text" errors on loading install floppy of NetBSD/news68k 4.0,
reported by KIYOHARA Takashi on port-news68k.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.3.6.1 src/common/dist/zlib/inflate.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.