Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zlib-1.3.1, deflate.c, line 497 #962

Open
xuyun018 opened this issue Apr 5, 2024 · 1 comment
Open

zlib-1.3.1, deflate.c, line 497 #962

xuyun018 opened this issue Apr 5, 2024 · 1 comment

Comments

@xuyun018
Copy link

xuyun018 commented Apr 5, 2024

s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, LIT_BUFS);
s->pending_buf_size = (ulg)s->lit_bufsize * 4;

应该为
s->pending_buf_size = (ulg)s->lit_bufsize * LIT_BUFS;

@nmoinvaz
Copy link
Contributor

nmoinvaz commented Apr 5, 2024

ac8f12c#r137966340

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants