-
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
Defaults for cluster objects #10271
Labels
Comments
This is a critical security issue: without this, some command payloads will cause us to read uninitialized memory and do ... something. |
mrjerryjohns
added
SDK Discussion Required
p1
priority 1 work
and removed
SDK Discussion Required
labels
Nov 19, 2021
mrjerryjohns
changed the title
Initializer for cluster object codegen
Defaults for cluster objects
Dec 6, 2021
Seems like @bzbarsky-apple took an initial crack at this, so assigning this his way. |
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Jan 11, 2022
Otherwise we can end up reading random values from un-initialized memory (e.g. if a mandatory command/struct/event field is not sent by the other side). Fixes project-chip#10271
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Jan 11, 2022
Otherwise we can end up reading random values from un-initialized memory (e.g. if a mandatory command/struct/event field is not sent by the other side). Fixes project-chip#10271
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Jan 13, 2022
Otherwise we can end up reading random values from un-initialized memory (e.g. if a mandatory command/struct/event field is not sent by the other side). Fixes project-chip#10271
selissia
pushed a commit
to selissia/connectedhomeip
that referenced
this issue
Jan 28, 2022
…project-chip#13432) Otherwise we can end up reading random values from un-initialized memory (e.g. if a mandatory command/struct/event field is not sent by the other side). Fixes project-chip#10271
step0035
pushed a commit
to hank820/connectedhomeip
that referenced
this issue
Feb 8, 2022
…project-chip#13432) Otherwise we can end up reading random values from un-initialized memory (e.g. if a mandatory command/struct/event field is not sent by the other side). Fixes project-chip#10271
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So comparing this to our existing decoding code I see the following differences:
Originally posted by @bzbarsky-apple in #10171 (comment)
The text was updated successfully, but these errors were encountered: