aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_getname_np.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix error checking in pthread_getname_np•••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> Érico Nogueira2021-08-061-1/+1
* add pthread_getname_np function•••based on the pthread_setname_np implementation Érico Rolim2021-04-201-0/+25