X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=sshzlib.c;h=58069b60a8d6025efb605f047848a0cd14181e7a;hb=4756c15fc9556e2f29bdc65594ea15892f9b5d35;hp=ae60bb10dafdd55444c724e5209049c1d8c310a5;hpb=5df8e45c2e89f275507787526664eca1ddf2ce58;p=PuTTY.git 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; }