-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
AddressSanitizer: heap-buffer-overflow in crc_folding.c:333 #452
Comments
nmoinvaz
changed the title
AddressSanitizer: heap-buffer-overflow in crc_fold_copy:333
AddressSanitizer: heap-buffer-overflow in crc_folding.c:333
Oct 13, 2019
This may be related:
|
nmoinvaz
added a commit
to nmoinvaz/zlib-ng
that referenced
this issue
Oct 22, 2019
nmoinvaz
added a commit
to nmoinvaz/zlib-ng
that referenced
this issue
Oct 22, 2019
nmoinvaz
added a commit
to nmoinvaz/zlib-ng
that referenced
this issue
Oct 22, 2019
nmoinvaz
added a commit
to nmoinvaz/zlib-ng
that referenced
this issue
Oct 23, 2019
…ot a multiple of 16 bytes. zlib-ng#452
nmoinvaz
added a commit
to nmoinvaz/zlib-ng
that referenced
this issue
Oct 24, 2019
…ot a multiple of 16 bytes. zlib-ng#452
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This can be reproduced in my improvements/added-codecov branch. It fails on
crc_fold_copy.c
line 333 at which point len = 3. At the top of the function len is an odd number. Here is the GitHub Actions build that it fails on https://github.com/nmoinvaz/zlib-ng/runs/257248230.The text was updated successfully, but these errors were encountered: