You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ChipDN did not initialize all internal fields by default,
which, in some situations, led to potention usage of uninitialized
values in the ChipRDN entries
Fixesproject-chip#22196
This PR:
- Adds default initialization of the ChipDN/ChipRDN classes
Testing done:
- Added new tests to ensure we have basic initialization
* Ensure full initialization of ChipDN/ChipRDN
- ChipDN did not initialize all internal fields by default,
which, in some situations, led to potention usage of uninitialized
values in the ChipRDN entries
Fixes#22196
This PR:
- Adds default initialization of the ChipDN/ChipRDN classes
Testing done:
- Added new tests to ensure we have basic initialization
* Restyled
isiu-apple
pushed a commit
to isiu-apple/connectedhomeip
that referenced
this issue
Sep 16, 2022
* Ensure full initialization of ChipDN/ChipRDN
- ChipDN did not initialize all internal fields by default,
which, in some situations, led to potention usage of uninitialized
values in the ChipRDN entries
Fixesproject-chip#22196
This PR:
- Adds default initialization of the ChipDN/ChipRDN classes
Testing done:
- Added new tests to ensure we have basic initialization
* Restyled
Problem
This was found to impact some code on some out-of-SDK platforms with some particular compiler situations
Proposed Solution
The text was updated successfully, but these errors were encountered: