Checker showed that zlib was using a element of its internal state
authorAndrew Tridgell <tridge@samba.org>
Tue, 16 Dec 1997 18:18:02 +0000 (18:18 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 16 Dec 1997 18:18:02 +0000 (18:18 +0000)
commit12384c3aff4fb433042cf8fc4f4949d744535531
tree402a1b064615a3c3ff8387654178fe9a54f3f8fe
parentd966ee254a2cc44158bb070c6df0a61a808cbc44
Checker showed that zlib was using a element of its internal state
structure without initialising it. Although it looks harmless I've
added a bzero() to make absolutely sure that the code behaves
consistently across platforms.
lib/zlib.c