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

Ensure we never read uninitialized memory when handling sockaddr #13346

Merged
merged 1 commit into from
Apr 21, 2023

Conversation

normanmaurer
Copy link
Member

Motivation:

We should init the struct to ensure we not end up reading uninitialized memory

Modifications:

Assign to 0

Result:

No more reading of uninit memory

Motivation:

We should init the struct to ensure we not end up reading uninitialized memory

Modifications:

Assign to 0

Result:

No more reading of uninit memory
@normanmaurer normanmaurer added this to the 4.1.92.Final milestone Apr 20, 2023
@normanmaurer normanmaurer merged commit c1f8cb0 into 4.1 Apr 21, 2023
14 checks passed
@normanmaurer
Copy link
Member Author

This was also done in main...

@normanmaurer normanmaurer deleted the init_struct branch April 21, 2023 06:34
@chrisvest
Copy link
Contributor

👍

@violetagg
Copy link
Member

@normanmaurer thanks

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.

None yet

3 participants