mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
95e523db22
- Add is_integral_json_number() helper to verify JSON numbers represent integral values before encoding. - Add range validation for Int32 and UInt32 types to prevent overflow. - Fix Int64 and UInt64 string parsing to properly validate input strings and detect conversion errors. Signed-off-by: Zhibin (Ryan) Wen <wenzhibin@espressif.com>