mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-19 07:55:54 +00:00

- Avoid using `strlcpy()` when source is not null-terminated; - Avoid duplicate `strlen()` when `strlcpy()` is used.
- Avoid using `strlcpy()` when source is not null-terminated; - Avoid duplicate `strlen()` when `strlcpy()` is used.