-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
"pendingBuf overflow" assert when building with the LIT_MEM define #897
Comments
zmodem
added a commit
to zmodem/zlib
that referenced
this issue
Dec 15, 2023
Since each element in s->d_buf is 2 bytes, the sx index should be multiplied by 2 in the assert. Fixes madler#897
Thanks. Applied. |
I don't see where it was applied. Did it get lost, or does it need pushing or something similar? |
It's in my local version. It will get pushed eventually. |
aarongable
pushed a commit
to chromium/chromium
that referenced
this issue
Dec 18, 2023
This fixes an incorrect assertion, see madler/zlib#897 The PR has been accepted upstream, but isn't published as part of the 'develop' branch yet. Bug: 1511987 Change-Id: Icedb1ff619acec63d655b54bb65d25918b7e240a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5131006 Reviewed-by: Nico Weber <thakis@chromium.org> Auto-Submit: Hans Wennborg <hans@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1238580}
jrguzman-ms
pushed a commit
to msft-mirror-aosp/platform.external.zlib
that referenced
this issue
Dec 19, 2023
This fixes an incorrect assertion, see madler/zlib#897 The PR has been accepted upstream, but isn't published as part of the 'develop' branch yet. Bug: 1511987 Change-Id: Icedb1ff619acec63d655b54bb65d25918b7e240a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5131006 Reviewed-by: Nico Weber <thakis@chromium.org> Auto-Submit: Hans Wennborg <hans@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1238580} NOKEYCHECK=True GitOrigin-RevId: 1742eed8819e3862dcb4a618be1dca482908f365
madler
pushed a commit
that referenced
this issue
Jan 17, 2024
Since each element in s->d_buf is 2 bytes, the sx index should be multiplied by 2 in the assert. Fixes #897
nmoinvaz
pushed a commit
to nmoinvaz/zlib-ng
that referenced
this issue
Jan 30, 2024
Since each element in s->d_buf is 2 bytes, the sx index should be multiplied by 2 in the assert. Fixes madler/zlib#897 madler/zlib#ee474ff2d11715485a87b123edbdd615ba218b88
nmoinvaz
pushed a commit
to nmoinvaz/zlib-ng
that referenced
this issue
Jan 30, 2024
Since each element in s->d_buf is 2 bytes, the sx index should be multiplied by 2 in the assert. Fixes madler/zlib#897 madler/zlib#ee474ff2d11715485a87b123edbdd615ba218b88
nmoinvaz
pushed a commit
to nmoinvaz/zlib-ng
that referenced
this issue
Jan 30, 2024
Since each element in s->d_buf is 2 bytes, the sx index should be multiplied by 2 in the assert. Fixes madler/zlib#897 madler/zlib#ee474ff2d11715485a87b123edbdd615ba218b88
nmoinvaz
pushed a commit
to nmoinvaz/zlib-ng
that referenced
this issue
Feb 4, 2024
Since each element in s->d_buf is 2 bytes, the sx index should be multiplied by 2 in the assert. Fixes madler/zlib#897 madler/zlib#ee474ff2d11715485a87b123edbdd615ba218b88
Dead2
pushed a commit
to zlib-ng/zlib-ng
that referenced
this issue
Feb 7, 2024
Since each element in s->d_buf is 2 bytes, the sx index should be multiplied by 2 in the assert. Fixes madler/zlib#897 madler/zlib#ee474ff2d11715485a87b123edbdd615ba218b88
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At zlib ac8f12c using the attached program:
pr1511987.c.gz
The text was updated successfully, but these errors were encountered: