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 afxdp.h Struct Initialization #799

Merged
merged 2 commits into from
Feb 14, 2025
Merged

Fix afxdp.h Struct Initialization #799

merged 2 commits into from
Feb 14, 2025

Conversation

nibanks
Copy link
Member

@nibanks nibanks commented Feb 14, 2025

Description

Fixes #797 by modifying the struct initialization logic. Note that this will need to be backported to release/1.1.

Testing

CI/CD

Documentation

N/A

Installation

N/A

@nibanks nibanks requested a review from a team as a code owner February 14, 2025 15:13
@mtfriesen
Copy link
Contributor

We also have this pattern in some other header files:

    IO_STATUS_BLOCK LocalIoStatusBlock= {0};

@nibanks nibanks enabled auto-merge (squash) February 14, 2025 16:30
@nibanks nibanks merged commit 124af6d into main Feb 14, 2025
58 checks passed
@nibanks nibanks deleted the fix-797-try-2 branch February 14, 2025 18:30
nibanks added a commit that referenced this pull request Feb 14, 2025
nibanks added a commit that referenced this pull request Feb 14, 2025
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.

OneBranch Compiler Issue from MsQuic
2 participants