nuttx
nuttx copied to clipboard
fs/hostfs: Replace strcpy with memcpy
Summary
The strcpy function is dangerous because it does not check the length of the
Impact
code refactor only
Testing
ci