This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2] Make fmtmsg() function to multithread-safe
- From: "Carlos O'Donell" <carlos at systemhalted dot org>
- To: Peng Haitao <penght at cn dot fujitsu dot com>
- Cc: Tolga Dalman <tolga dot dalman at googlemail dot com>, libc-alpha at sourceware dot org
- Date: Fri, 24 Feb 2012 19:36:06 -0500
- Subject: Re: [PATCH v2] Make fmtmsg() function to multithread-safe
- Authentication-results: mr.google.com; spf=pass (google.com: domain of patofiero@gmail.com designates 10.101.128.2 as permitted sender) smtp.mail=patofiero@gmail.com; dkim=pass header.i=patofiero@gmail.com
- References: <4F44532B.4030001@cn.fujitsu.com>
On Tue, Feb 21, 2012 at 9:30 PM, Peng Haitao <penght@cn.fujitsu.com> wrote:
> fmtmsg() uses a static variables severity_list which is not protected. It is
> not safe in multithread circumstance.
Pengo,
Could you please do the following:
(1) File a bugzilla issue, and attach your patch.
We want to have bugzilla issues for all user visible bugs.
(2) Work through the contribution checklist:
http://sourceware.org/glibc/wiki/Contribution%20checklist
Then resend your patch to the list.
Thank you!
Cheers,
Carlos.