Files
esp-matter/components
Zhibin (Ryan) Wen 95e523db22 components/esp_matter: improve integer validation in JSON to TLV conversion
- 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>
2026-04-01 14:55:26 +08:00
..