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

Remove NULL pointer dereference. #14701

Closed
wants to merge 1 commit into from

Conversation

moritzbuhl
Copy link
Contributor

If data is NULL, then it does not make sense to pass it to failf.

With Commit 7208ff6 this became if (!data), before it additionally checked if some http struct is available. Nonetheless, the code was wrong before too.

If data is NULL, then it does not make sense to pass it to failf.
@github-actions github-actions bot added the HTTP/3 h3 or quic related label Aug 27, 2024
@bagder bagder closed this in 8fe1f56 Aug 27, 2024
@bagder
Copy link
Member

bagder commented Aug 27, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HTTP/3 h3 or quic related
Development

Successfully merging this pull request may close these issues.

2 participants