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