[Bug nptl/13724] pthread_setname_np segfault

yselkowitz at cygwin dot com sourceware-bugzilla@sourceware.org
Thu Feb 23 03:05:00 GMT 2012


http://sourceware.org/bugzilla/show_bug.cgi?id=13724

--- Comment #1 from Cygwin/X maintainer <yselkowitz at cygwin dot com> 2012-02-23 03:04:44 UTC ---
Since pthread_setname_np is undocumented, I'm not sure what the desired
solution is in this case:

1) Return EFAULT, just as pthread_getname_np (thr, NULL, 16).
2) Leave the nonnull attribute but treat NULL as "" just in case.
3) Remove the nonnull attribute and allow NULL as synonym for "".

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Glibc-bugs mailing list