[Bug nptl/13724] pthread_setname_np segfault
jakub at redhat dot com
sourceware-bugzilla@sourceware.org
Thu Feb 23 07:11:00 GMT 2012
http://sourceware.org/bugzilla/show_bug.cgi?id=13724
Jakub Jelinek <jakub at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at redhat dot com
--- Comment #2 from Jakub Jelinek <jakub at redhat dot com> 2012-02-23 07:09:57 UTC ---
When it isn't documented in man pages or info pages, the headers are the only
documentation. And the headers clearly document that you must not call it with
NULL:
/* Get thread name visible in the kernel and its interfaces. */
extern int pthread_getname_np (pthread_t __target_thread, char *__buf,
size_t __buflen)
__THROW __nonnull ((2));
/* Set thread name visible in the kernel and its interfaces. */
extern int pthread_setname_np (pthread_t __target_thread, __const char *__name)
__THROW __nonnull ((2));
--
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