Xiang Xiao
8fa26944f7
sched/init: Fix the compiler warning
/github/workspace/sources/nuttx/include/nuttx/init.h: In function 'nx_start':
Error: init/nx_start.c:439:7: error: 'strncpy' output truncated copying 8 bytes from a string of length 9 [-Werror=stringop-truncation]
439 | strncpy(g_idletcb[i].cmn.name, g_idlename, CONFIG_TASK_NAME_SIZE);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-03-10 19:46:01 +02:00
..
2022-02-23 01:21:26 +08:00
2021-06-03 08:36:03 -07:00
2022-03-04 12:11:24 +09:00
2022-03-10 19:46:01 +02:00
2022-01-25 14:43:34 +08:00
2022-03-02 15:55:38 +08:00
2022-02-10 22:33:21 +08:00
2021-06-03 08:36:03 -07:00
2022-02-20 15:36:07 +01:00
2022-02-23 21:56:58 +08:00
2022-02-23 22:05:37 +09:00
2022-02-09 21:21:43 +08:00
2022-03-04 12:11:24 +09:00
2022-02-27 12:27:35 -05:00
2022-02-10 22:33:47 +08:00
2022-03-02 15:55:38 +08:00
2022-03-01 03:15:01 +08:00
2020-11-28 12:20:30 +01:00