History log of /netbsd-src/common/dist/zlib/inflate.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 96c32821 22-Sep-2024 christos <christos@NetBSD.org>

Merge conflicts between 1.2.13 and 1.3.1


# 3b1253e8 15-Oct-2022 christos <christos@NetBSD.org>

merge conflicts between 1.2.10 and 1.2.13


# 6dd94d2a 12-Nov-2017 tsutsui <tsutsui@NetBSD.org>

Restore a local change (in rev1.4) that was lost on zlib 1.12.10 merge.

The rev 1.4 changelog:
> Disable a sanity check output buffer != NULL in _STANDALONE case.
> Some kernels are loaded at addres

Restore a local change (in rev1.4) that was lost on zlib 1.12.10 merge.

The rev 1.4 changelog:
> 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.

This problem may also affect other m68k ports which use a gzipped install
kernel and kernel text address located at PA 0x0.

Should be pulled up to netbsd-8.

show more ...


# 6db8c6e9 10-Jan-2017 christos <christos@NetBSD.org>

merge conflicts


# 3e9910f3 22-Dec-2007 tsutsui <tsutsui@NetBSD.org>

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

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.

show more ...


# b7c6768d 13-May-2006 christos <christos@NetBSD.org>

Coverity CID 3206: Add assertion for NULL deref.


# b85ba082 27-Jan-2006 christos <christos@NetBSD.org>

Sprinkle __UNCONST and fix some casts to make this pass WARNS=4
Note, that we cannot fix this properly because it will break the zlib.h API.


# aaf4ece6 14-Jan-2006 christos <christos@NetBSD.org>

from www.zlib.net