All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peng Haitao <penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
To: "Michael Kerrisk (man-pages)"
	<mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: "linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Carlos O'Donell <carlos-v2tUB8YBRSi3e3T8WW9gsA@public.gmane.org>,
	Alexandre Oliva <aoliva-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Subject: Re: [PATCH] getlogin.3: Reformat thread-safety information
Date: Fri, 17 Oct 2014 15:49:26 +0800	[thread overview]
Message-ID: <5440CA06.7010908@cn.fujitsu.com> (raw)
In-Reply-To: <5440BC77.3040906-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>


On 10/17/2014 02:51 PM, Michael Kerrisk (man-pages) wrote:
> [CC expanded, just in case Carlos and Alexandre have something 
> to add]
> 
> On 10/17/2014 08:29 AM, Peng Haitao wrote:
>>
>> On 10/17/2014 02:05 PM, Michael Kerrisk (man-pages) wrote:
>>> Hello Haitao,
>>>
>>> Just double checking one point. See below.
>>>
>>> On 10/17/2014 05:59 AM, Peng Haitao wrote:
>>>> Signed-off-by: Peng Haitao <penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
>>>> ---
>>>>  man3/getlogin.3 | 24 ++++++++++++++----------
>>>>  1 file changed, 14 insertions(+), 10 deletions(-)
>>>>
>>>> diff --git a/man3/getlogin.3 b/man3/getlogin.3
>>>> index fcbd0fb..828df2b 100644
>>>> --- a/man3/getlogin.3
>>>> +++ b/man3/getlogin.3
>>>> @@ -138,19 +138,23 @@ password database file
>>>>  (traditionally \fI/etc/utmp\fP;
>>>>  some libc versions used \fI/var/adm/utmp\fP)
>>>>  .SH ATTRIBUTES
>>>> -.SS Multithreading (see pthreads(7))
>>>> -The
>>>> +For an explanation of the terms used in this section, see
>>>> +.BR attributes (7).
>>>> +.TS
>>>> +allbox;
>>>> +lb lb lb
>>>> +l l l.
>>>> +Interface	Attribute	Value
>>>> +T{
>>>>  .BR getlogin ()
>>>> -function is not thread-safe.
>>>> -.LP
>>>> -The
>>>> +T}	Thread safety	MT-Unsafe locale
>>>
>>> Should this be "MT-Safe locale"?
>>>
>>
>> getlogin() is MT-Unsafe and is influenced by setlocale(),
>> So "MT-Unsafe locale" is right.
> 
> Thank you for the confirmation.
> 
> Just by the way, I see that the glibc manual says of getlogin:
> 
>     MT-Unsafe race:getlogin race:utent sig:ALRM timer locale
> 
> I guess this covers some cases beyond what you document. Is that
> correct?
> 

Yes.
I think "race:getlogin" result in MT-Unsafe.
"race:getlogin" is equal to the sentences in manpage:
getlogin() returns a pointer to a string containing ...
The string is statically allocated and might be overwritten on
subsequent calls to this function or to cuserid().


-- 
Best Regards,
Peng

> Thanks,
> 
> Michael
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2014-10-17  7:49 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-17  3:59 [PATCH] getlogin.3: Reformat thread-safety information Peng Haitao
     [not found] ` <1413518358-32200-1-git-send-email-penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2014-10-17  5:11   ` Michael Kerrisk (man-pages)
2014-10-17  6:05   ` Michael Kerrisk (man-pages)
     [not found]     ` <5440B1A9.8020304-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-10-17  6:29       ` Peng Haitao
     [not found]         ` <5440B745.9020003-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2014-10-17  6:51           ` Michael Kerrisk (man-pages)
     [not found]             ` <5440BC77.3040906-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-10-17  7:49               ` Peng Haitao [this message]
2014-10-20 15:50               ` Carlos O'Donell
     [not found]                 ` <CAE2sS1gRBH=Xw671FRynxCYej7uhYTuJ4pxXC0+6_s78VGJayQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-10-21  7:48                   ` Peng Haitao
     [not found]                     ` <54460FB4.40906-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2014-10-24 23:19                       ` Carlos O'Donell
     [not found]                         ` <CAE2sS1hGxFnBDKA2=i4PNHnCNEeni5kA_ciwSzQCfLdr5wtq6A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-10-27  1:50                           ` Peng Haitao
     [not found]                             ` <544DA503.70702-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2014-10-28 20:38                               ` Michael Kerrisk (man-pages)
2014-10-28 20:37                           ` Michael Kerrisk (man-pages)
2014-10-28 20:35                       ` Michael Kerrisk (man-pages)
     [not found]                         ` <544FFE19.3040503-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-12-30 13:39                           ` Michael Kerrisk (man-pages)
     [not found]                             ` <54A2AB1A.3040207-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-12-30 14:51                               ` Carlos O'Donell
     [not found]                                 ` <CAE2sS1icKhKdiT28s=5SiODeKax7s0LhHMn-pEF3ED_p6jMX7w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-12-30 20:39                                   ` Michael Kerrisk (man-pages)
     [not found]                                     ` <CAKgNAkjD2kAczQxH_hs7nx+GNT7uiVhxiBKOj2WV8qdgn45GXw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-12-30 21:22                                       ` Carlos O'Donell
2014-10-28 20:34                   ` Michael Kerrisk (man-pages)
     [not found]                     ` <544FFDC1.2040300-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-12-30 13:37                       ` Michael Kerrisk (man-pages)
     [not found]                         ` <54A2AA8B.3090706-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-12-30 14:39                           ` Carlos O'Donell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5440CA06.7010908@cn.fujitsu.com \
    --to=penght-bthxqxjhjhxqfuhtdcdx3a@public.gmane.org \
    --cc=aoliva-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=carlos-v2tUB8YBRSi3e3T8WW9gsA@public.gmane.org \
    --cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.