There was an error while loading. Please reload this page.
1 parent 2d80d3f commit 8ba393eCopy full SHA for 8ba393e
deflate.c
@@ -1775,7 +1775,7 @@ local block_state deflate_stored(s, flush)
1775
return block_done;
1776
1777
/* Fill the window with any remaining input. */
1778
- have = s->window_size - s->strstart - 1;
+ have = s->window_size - s->strstart;
1779
if (s->strm->avail_in > have && s->block_start >= (long)s->w_size) {
1780
/* Slide the window down. */
1781
s->block_start -= s->w_size;
0 commit comments