From 292ef5fabbe0b2031906ed36ac64c83dfb2b4dbc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 5 Jan 2004 22:54:45 +0000 Subject: Dan Fandrich's zlib fix --- src/mkhelp.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mkhelp.pl') diff --git a/src/mkhelp.pl b/src/mkhelp.pl index 2e1e6985a..1c0a867da 100644 --- a/src/mkhelp.pl +++ b/src/mkhelp.pl @@ -158,6 +158,8 @@ void hugehelp(void) z.zalloc = (alloc_func)Z_NULL; z.zfree = (free_func)Z_NULL; z.opaque = 0; + z.next_in = NULL; + z.avail_in = 0; if (inflateInit2(&z, -MAX_WBITS) != Z_OK) return; -- cgit v1.2.3