mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 11:00:58 +02: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.