Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-06 | fix error checking in pthread_getname_np | Érico Nogueira | 1 | -1/+1 | |
len is unsigned and can never be smaller than 0. though unlikely, an error in read() would have lead to an out of bounds write to name. Reported-by: Michael Forney <mforney@mforney.org> | |||||
2021-04-20 | add pthread_getname_np function | Érico Rolim | 1 | -0/+25 | |
based on the pthread_setname_np implementation |