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 incorrect logging of path challenge nonce #588

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

kazuho
Copy link
Member

@kazuho kazuho commented Jul 31, 2024

Size of nonce is 8 bytes, not size of a pointer. This bug leads to only portion of the nonce being logged, when quicly is built for 32-bit systems. The behavior is correct on 64-bit systems.

@kazuho kazuho merged commit 36fa7ad into master Jul 31, 2024
5 checks passed
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