X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/5366aed8eefc275bcff5862885da511dbe16ccdf..7d22c2e8c8e4104bcd39f35ebeaa5f81edd374cf:/sshzlib.c diff --git a/sshzlib.c b/sshzlib.c index ae60bb10..58069b60 100644 --- a/sshzlib.c +++ b/sshzlib.c @@ -956,6 +956,7 @@ void *zlib_decompress_init(void) dctx->currlentable = dctx->currdisttable = dctx->lenlentable = NULL; dctx->bits = 0; dctx->nbits = 0; + dctx->winpos = 0; return dctx; }