-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Spake2pVerifier::Generate should not take the passcode by non-const reference #23511
Comments
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Nov 10, 2022
The generation bits never modify the passcode. Fixes project-chip#23511
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Nov 10, 2022
The generation bits never modify the passcode. Fixes project-chip#23511
adbridge
pushed a commit
to ARM-software/connectedhomeip
that referenced
this issue
Nov 18, 2022
…te. (project-chip#23571) The generation bits never modify the passcode. Fixes project-chip#23511
adbridge
pushed a commit
to ARM-software/connectedhomeip
that referenced
this issue
Nov 18, 2022
…te. (project-chip#23571) The generation bits never modify the passcode. Fixes project-chip#23511
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It does not modify the argument; it should just take it by value.
The text was updated successfully, but these errors were encountered: