X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e9122dbeb747afb12d2c3c305228958c2e23e6cf..23e4df365f332a92d97fae27212b2cf777d5b8e0:/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) {