diff --git a/inflate.c b/inflate.c index 165e465a..4a2a217a 100644 --- a/inflate.c +++ b/inflate.c @@ -1540,7 +1540,7 @@ z_streamp source; struct inflate_state FAR *state; struct inflate_state FAR *copy; unsigned char FAR *window; - unsigned wsize; + unsigned wsize = 0; /* check input */ if (inflateStateCheck(source) || dest == Z_NULL)