This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH][BZ #13724] Do not segfault in pthread_setname_np (x, NULL)
- From: "Carlos O'Donell" <carlos at redhat dot com>
- To: Andreas Schwab <schwab at suse dot de>
- Cc: Rich Felker <dalias at aerifal dot cx>, OndÅej BÃlka <neleai at seznam dot cz>, libc-alpha at sourceware dot org
- Date: Tue, 08 Oct 2013 12:30:31 -0400
- Subject: Re: [PATCH][BZ #13724] Do not segfault in pthread_setname_np (x, NULL)
- Authentication-results: sourceware.org; auth=none
- References: <20131003122009 dot GA8891 at domone dot podge> <524DCA52 dot 2030609 at redhat dot com> <20131007141928 dot GV20515 at brightrain dot aerifal dot cx> <mvmli25xhm3 dot fsf at hawking dot suse dot de>
On 10/07/2013 10:47 AM, Andreas Schwab wrote:
> I agree to disagree. Additionally, EFAULT is a kernel thing, it should
> not be misused in user space (and its use in sysdeps/posix/waitid.c
> should be removed).
Would you care to add an entry to the master todo list for that please?
https://sourceware.org/glibc/wiki/Development_Todo/Master
Cheers,
Carlos.