This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/15137] linking static version of sem_open gets message "'mktemp' is dangerous, better use `mkstemp'"


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

OndrejBilka <ondra at iuuk dot mff.cuni.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ondra at iuuk dot
                   |                            |mff.cuni.cz

--- Comment #1 from OndrejBilka <ondra at iuuk dot mff.cuni.cz> 2013-05-15 09:27:33 UTC ---
>From nptl/sem_open.c:

    /* We really want to use mktemp here.  We cannot use mkstemp
       since the file must be opened with a specific mode.  The
       mode cannot later be set since then we cannot apply the
       file create mask.  */

how we silence this warning?

-- 
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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]