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

Use socklen_t when passing sockaddr structs #622

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Use socklen_t when passing sockaddr structs #622

merged 1 commit into from
Nov 23, 2023

Conversation

normanmaurer
Copy link
Member

Motivation:

socklen_t is the right type for anything related to sockaddr.

Modifications:

  • Update quiche to have the correct header file
  • Change from size_t to socklent_t

Result:

More correct code

Motivation:

socklen_t is the right type for anything related to sockaddr.

Modifications:

- Update quiche to have the correct header file
- Change from size_t to socklent_t

Result:

More correct code
@normanmaurer normanmaurer added this to the 0.0.53.Final milestone Nov 23, 2023
@normanmaurer normanmaurer merged commit 1732957 into main Nov 23, 2023
14 checks passed
@normanmaurer normanmaurer deleted the quiche branch November 23, 2023 13:27
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.

1 participant