X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/5366aed8eefc275bcff5862885da511dbe16ccdf..d6430b975d14ddbd53c40126fa9d00bea3c2d08b:/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; }