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

vquic: fix 4th function call argument is an uninitialized value #15808

Closed
wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Dec 22, 2024

As recvmmsg_packets() could fail early and goto out before 'pkts' were assigned.

Caught by clang-tidy

As recvmmsg_packets() could fail early and goto out before 'pkts' were
assigned.

Caught by clang-tidy
@github-actions github-actions bot added the HTTP/3 h3 or quic related label Dec 22, 2024
@testclutch
Copy link

Analysis of PR #15808 at 0249edbe:

Test 1542 failed, which has NOT been flaky recently, so there could be a real issue in this PR.

Generated by Testclutch

@bagder bagder closed this in 3f041a3 Dec 23, 2024
@bagder bagder deleted the bagder/vquic-pkts-unassigned branch December 23, 2024 07:29
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