public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/17589] New: localealias.c fgets_unlocked namespace
@ 2014-11-12 16:53 jsm28 at gcc dot gnu.org
  2014-11-12 22:43 ` [Bug libc/17589] " cvs-commit at gcc dot gnu.org
  2014-11-12 22:52 ` jsm28 at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-11-12 16:53 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=17589

            Bug ID: 17589
           Summary: localealias.c fgets_unlocked namespace
           Product: glibc
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
                CC: drepper.fsp at gmail dot com

intl/localealias.c is brought in by ISO C functions, but uses fgets_unlocked,
which is not an ISO C function.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug libc/17589] localealias.c fgets_unlocked namespace
  2014-11-12 16:53 [Bug libc/17589] New: localealias.c fgets_unlocked namespace jsm28 at gcc dot gnu.org
@ 2014-11-12 22:43 ` cvs-commit at gcc dot gnu.org
  2014-11-12 22:52 ` jsm28 at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-11-12 22:43 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=17589

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  cc67478e282ac5c46a1005474cca51342efe1397 (commit)
      from  9975e3d37d8585b41db075321bade3495cf58cdb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=cc67478e282ac5c46a1005474cca51342efe1397

commit cc67478e282ac5c46a1005474cca51342efe1397
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Nov 12 22:42:22 2014 +0000

    Fix localealias.c fgets_unlocked namespace (bug 17589).

    intl/localealias.c is brought in by ISO C functions, but uses
    fgets_unlocked, which is not an ISO C function.  This patch changes
    this to use __fgets_unlocked.

    Tested for x86_64 (testsuite, and that stripped installed shared
    libraries are unchanged by the patch).

        [BZ #17589]
        * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
        of fgets_unlocked.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    4 ++++
 NEWS               |    3 ++-
 intl/localealias.c |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug libc/17589] localealias.c fgets_unlocked namespace
  2014-11-12 16:53 [Bug libc/17589] New: localealias.c fgets_unlocked namespace jsm28 at gcc dot gnu.org
  2014-11-12 22:43 ` [Bug libc/17589] " cvs-commit at gcc dot gnu.org
@ 2014-11-12 22:52 ` jsm28 at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-11-12 22:52 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=17589

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
Fixed for 2.21.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-12 22:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-12 16:53 [Bug libc/17589] New: localealias.c fgets_unlocked namespace jsm28 at gcc dot gnu.org
2014-11-12 22:43 ` [Bug libc/17589] " cvs-commit at gcc dot gnu.org
2014-11-12 22:52 ` jsm28 at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).