espressif / esp-insights

ESP Insights: A remote diagnostics/observability framework for connected devices
Apache License 2.0
101 stars 27 forks source link

Unable to build #7

Closed FanhuaCloud closed 2 years ago

FanhuaCloud commented 2 years ago

C:/Users/he/Desktop/esp-insights/components/esp_diagnostics/src/esp_diagnostics_utils.c: In function 'esp_diag_task_snapshot_get$part$0': C:/Users/he/Desktop/esp-insights/components/esp_diagnostics/src/esp_diagnostics_utils.c:156:13: error: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Werror=stringop-truncation] strncpy(tasks[i].name, name, strlen(name)); ^~~~~~~~~~

shubhamdp commented 2 years ago

@FanhuaCloud thanks for putting up an issue, we'll release a fix sooner.

shubhamdp commented 2 years ago

@FanhuaCloud b53081cc0a362482f31584ed34fdde8db38220ef will fix this issue. Can you please pull in the latest changes and try again.

FanhuaCloud commented 2 years ago

@FanhuaCloud b53081cc0a362482f31584ed34fdde8db38220ef will fix this issue. Can you please pull in the latest changes and try again.

thanks, i will test it

shubhamdp commented 2 years ago

@FanhuaCloud If this is working for you can you please close this issue.