Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix build warning to [-Wstringop-overread].
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); | ^~~~~~~~~~~~~~~~~ Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
- Loading branch information