Subject: CVS commit: src/common/dist/zlib
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 12/22/2007 00:52:03
Module Name:	src
Committed By:	tsutsui
Date:		Sat Dec 22 00:52:03 UTC 2007

Modified Files:
	src/common/dist/zlib: inflate.c

Log Message:
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.4 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.