-
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
[SVE2] Diagnostics Data Provider - incorrect kMaxThreadNameLength #22336
Comments
doru91
added a commit
to NXP/matter
that referenced
this issue
Sep 1, 2022
Fix project-chip#22336 Signed-off-by: Doru Gucea <[email protected]>
andy31415
pushed a commit
that referenced
this issue
Sep 2, 2022
Fix #22336 Signed-off-by: Doru Gucea <[email protected]> Signed-off-by: Doru Gucea <[email protected]>
github-actions bot
pushed a commit
that referenced
this issue
Sep 2, 2022
Fix #22336 Signed-off-by: Doru Gucea <[email protected]> Signed-off-by: Doru Gucea <[email protected]>
doru91
added a commit
to NXP/matter
that referenced
this issue
Sep 2, 2022
Fix project-chip#22336 Signed-off-by: Doru Gucea <[email protected]> Signed-off-by: Doru Gucea <[email protected]>
andy31415
added a commit
that referenced
this issue
Sep 12, 2022
* chip-cert: Updated Tool to Support Comand Line Key/Cert Inputs. (#22142) Other text updates. * [SVE2] Fix kMaxThreadNameLength (#22337) Fix #22336 Signed-off-by: Doru Gucea <[email protected]> Signed-off-by: Doru Gucea <[email protected]> * Revert "chip-cert: Updated Tool to Support Comand Line Key/Cert Inputs. (#22142)" This reverts commit 0962e0b. Signed-off-by: Doru Gucea <[email protected]> Co-authored-by: Evgeny Margolis <[email protected]> Co-authored-by: doru91 <[email protected]> Co-authored-by: Andrei Litvin <[email protected]>
isiu-apple
pushed a commit
to isiu-apple/connectedhomeip
that referenced
this issue
Sep 16, 2022
Fix project-chip#22336 Signed-off-by: Doru Gucea <[email protected]> Signed-off-by: Doru Gucea <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
kMaxThreadNameLength currently set to 32. Spec mandates it to 8
Proposed Solution
Fix https://github.com/project-chip/connectedhomeip/blob/sve-2/src/include/platform/DiagnosticDataProvider.h#L36
The text was updated successfully, but these errors were encountered: