-
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
[BUG] Removing a GroupKeySet does not removing the corresponding mapping #23862
Comments
cecille
added a commit
to cecille/connectedhomeip
that referenced
this issue
Dec 1, 2022
Per Core spec 11.2.9.4, If there exist any entries for the accessing fabric within the GroupKeyMap attribute that refer to the GroupKeySetID just removed, then these entries SHALL be removed from that list. Fixes project-chip#23862
cecille
added a commit
to cecille/connectedhomeip
that referenced
this issue
Dec 22, 2022
Per Core spec 11.2.9.4, If there exist any entries for the accessing fabric within the GroupKeyMap attribute that refer to the GroupKeySetID just removed, then these entries SHALL be removed from that list. Fixes project-chip#23862
lecndav
pushed a commit
to lecndav/connectedhomeip
that referenced
this issue
Mar 22, 2023
* Remove GroupKeyMap entries for removed KeySet Per Core spec 11.2.9.4, If there exist any entries for the accessing fabric within the GroupKeyMap attribute that refer to the GroupKeySetID just removed, then these entries SHALL be removed from that list. Fixes project-chip#23862 * Restyled by clang-format * Restyled by prettier-yaml * Update src/credentials/GroupDataProviderImpl.cpp Co-authored-by: Boris Zbarsky <[email protected]> Co-authored-by: Restyled.io <[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
Reproduction steps
Bug prevalence
always
GitHub hash of the SDK that was being used
0493fc3 (ToT dec 1)
Platform
core
Platform Version(s)
No response
Anything else?
SDK problem is in the GroupDataProviderImpl. Will make changes before submitting changes to SC test plans / automation.
The text was updated successfully, but these errors were encountered: