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
Enforce valid spec-conformant string encoding in TLV (project-chip#30393)
* Add some validation configs and at least read-time implementation for this
* Add TLVWriter implementation too
* Add includes and implementation
* make sure timezone is properly initialized to not send 64 bytes over the wire
* make chip-tool always be strict
* Fix some unit tests, scenes still broken
* More unit test updates. Scenes pass now
* Use fromCharString more
* Fix more unit tests
* Undo a setter that was not useful
* Remove redundant operator ==
* More unit test cleanup and fixes
* Restyle
* mNameLength for scenes seems not a lie after all ... make code better
* Use v on read for size instead of len
---------
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
0 commit comments