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

Fix UBSAN warning in trees.c. #420

Closed
wants to merge 1 commit into from
Closed

Conversation

htuch
Copy link

@htuch htuch commented Apr 24, 2019

memcpy shouldn't be called with a NULL source pointer, even if zero
length is specified.

Fixes #419

Signed-off-by: Harvey Tuch htuch@google.com

memcpy shouldn't be called with a NULL source pointer, even if zero
length is specified.

Fixes madler#419

Signed-off-by: Harvey Tuch <htuch@google.com>
@htuch
Copy link
Author

htuch commented May 28, 2019

Friendly ping.

@plo- plo- mentioned this pull request Jun 18, 2019
@madler
Copy link
Owner

madler commented Jun 18, 2019

This is already incorporated in the develop branch. 723e928

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

Successfully merging this pull request may close these issues.

ubsan warning in zlib
2 participants