nuttx
nuttx copied to clipboard
fix build warning to [-Wstringop-overread].
Summary
note/note_driver.c:639:21: warning: 'strlen' reading 1 or more bytes from a region of size 0 [-Wstringop-overread] 639 | namelen = strlen(tcb->name); | ^~~~~~~~~~~~~~~~~
Impact
Testing
Please squash the chnages