espressif / esp-rainmaker

ESP RainMaker Agent for firmware development
Apache License 2.0
431 stars 145 forks source link

avoid GCC -O2 warning stringop-truncation (MEGH-5205) #297

Open nunojpg opened 5 months ago

nunojpg commented 5 months ago

This fixes warning/error:

error: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Werror=stringop-truncation] 635 | strncpy(*info, _info, strlen(_info));

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.