-
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
Address review comments on NOC generation Darwin APIs #22197
Comments
sharadb-amazon
added a commit
to sharadb-amazon/connectedhomeip
that referenced
this issue
Aug 26, 2022
chrisdecenzo
pushed a commit
that referenced
this issue
Sep 1, 2022
* Address feedback from #22197 * Allocating and deallocating partialDacVerifier before assignment * Avoiding returning a BOOL from onNocChainGenerationComplete * Allocating partialDacVerifier in initWithFactory and checking if allocation failed * Handling potentially dangling *cppCommissioner, dispatching GetCommissioningParams call on chipWorkQueue * Update src/darwin/Framework/CHIP/MTROperationalCredentialsDelegate.mm Co-authored-by: Boris Zbarsky <[email protected]> * Update src/darwin/Framework/CHIP/MTROperationalCredentialsDelegate.mm Co-authored-by: Boris Zbarsky <[email protected]> * Update src/darwin/Framework/CHIP/MTROperationalCredentialsDelegate.mm Co-authored-by: Boris Zbarsky <[email protected]> Co-authored-by: Boris Zbarsky <[email protected]>
Fixed in #22175 |
isiu-apple
pushed a commit
to isiu-apple/connectedhomeip
that referenced
this issue
Sep 16, 2022
* Address feedback from project-chip#22197 * Allocating and deallocating partialDacVerifier before assignment * Avoiding returning a BOOL from onNocChainGenerationComplete * Allocating partialDacVerifier in initWithFactory and checking if allocation failed * Handling potentially dangling *cppCommissioner, dispatching GetCommissioningParams call on chipWorkQueue * Update src/darwin/Framework/CHIP/MTROperationalCredentialsDelegate.mm Co-authored-by: Boris Zbarsky <[email protected]> * Update src/darwin/Framework/CHIP/MTROperationalCredentialsDelegate.mm Co-authored-by: Boris Zbarsky <[email protected]> * Update src/darwin/Framework/CHIP/MTROperationalCredentialsDelegate.mm Co-authored-by: Boris Zbarsky <[email protected]> Co-authored-by: Boris Zbarsky <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
See #21705 (review)
Proposed Solution
Address the review comments.
The text was updated successfully, but these errors were encountered: