mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 05:27:45 +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>