Fix one warning... A lot of warnings remain in dropbear, but hopefully

the dropbear update will address them so let's not touch it for now.
sigsegv_dump
Greg Alexander 5 years ago
parent cec5e52c7e
commit ccc93ed0da

@ -1525,7 +1525,7 @@ z_streamp strm;
{
struct inflate_state FAR *state;
if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16;
if (strm == Z_NULL || strm->state == Z_NULL) return ~0xffffL;
state = (struct inflate_state FAR *)strm->state;
return ((long)(state->back) << 16) +
(state->mode == COPY ? state->length :

Loading…
Cancel
Save