Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/common/dist/zlib



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.




Home | Main Index | Thread Index | Old Index