X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e1ef3c298c7fbbf4b1b0a702684b3cdd07591eb1..8a9977e54db756281cf0d9f4a8322ce24b001a61:/sshzlib.c?ds=inline 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) {