]> Git Repo - esp-hosted.git/commit
fix(esp_hosted_ng): Substitute strlcpy() with strscpy()
authorGiulio Benetti <[email protected]>
Mon, 29 Jan 2024 22:56:03 +0000 (23:56 +0100)
committerBOT <[email protected]>
Tue, 30 Jan 2024 07:55:38 +0000 (15:55 +0800)
commit8b19343dcdf1da1959484f6129343cd5ce19108b
tree83046d39432c1c7ca5434a40ab309e21efa3aa6f
parent76b7e75c5915262468b1acedded023b635aff992
fix(esp_hosted_ng): Substitute strlcpy() with strscpy()

Substitute strlcpy() with strscpy() as suggested in Linux:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/scripts/checkpatch.pl#n7006

Signed-off-by: Giulio Benetti <[email protected]>
Signed-off-by: Kapil Gupta <[email protected]>
esp_hosted_fg/host/linux/host_driver/esp32/spi/esp_spi.c
esp_hosted_ng/host/esp_cfg80211.c
esp_hosted_ng/host/esp_cmd.c
esp_hosted_ng/host/spi/esp_spi.c
This page took 0.027976 seconds and 5 git commands to generate.