about pthread_setname_np use(a probability bug in musl C)
Open
help wanted
undefined
- Dominant language
- C
- Stars
- 459
- Forks
- 340
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 2
Description
the bug make the dlt-daemon coredump;
pthread_create return it should can use the thread IDs;The assignment of thread IDs and the timing issues in thread callback execution; so use pthread_setname_np in thread callback, it should use pthread_self;
dlt-daemon/src/lib/dlt_user.c
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.