mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
a191d9bc3c
if a pthread set attr is detach,and when call pthread_create, new thread exit quikly,new thread's tcb be free,then pthread_create use new thread's tcb will crash. Signed-off-by: anjiahao <anjiahao@xiaomi.com>