X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e9122dbeb747afb12d2c3c305228958c2e23e6cf..c677cad690637a1ceaf6e039dcdbd3a267ad3c86:/sshzlib.c diff --git a/sshzlib.c b/sshzlib.c index 94f0b80c..9c801325 100644 --- a/sshzlib.c +++ b/sshzlib.c @@ -224,6 +224,7 @@ static void lz77_compress(struct LZ77Context *ctx, } st->npending -= i; + defermatch.distance = 0; /* appease compiler */ defermatch.len = 0; deferchr = '\0'; while (len > 0) {