Skip to content

Commit 868471a

Browse files
committed
fix: update the check_value (adler32) after an inflate
1 parent 481ee63 commit 868471a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/s390/dfltcc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ dfltcc_inflate_action ZLIB_INTERNAL dfltcc_inflate(z_streamp strm, int flush,
581581

582582
/* Translate parameter block to stream */
583583
strm->msg = oesc_msg(dfltcc_state->msg, param->oesc);
584+
strm->adler = param->cv;
584585
state->last = cc == DFLTCC_CC_OK;
585586
state->bits = param->sbb;
586587
if (state->wrap & 4)

0 commit comments

Comments
 (0)