mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
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>
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| note_driver.c | ||
| note_initialize.c | ||
| notectl_driver.c | ||
| notelog_driver.c | ||
| noteram_driver.c | ||
| noterpmsg.h | ||
| noterpmsg_driver.c | ||
| noterpmsg_server.c | ||
| notesnap_driver.c | ||
| notestream_driver.c | ||