public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/16943] New: missing prlimit prototype on sparc
@ 2014-05-14 11:02 aurelien at aurel32 dot net
  2014-05-15 22:08 ` [Bug libc/16943] " cvs-commit at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: aurelien at aurel32 dot net @ 2014-05-14 11:02 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 16943
           Summary: missing prlimit prototype on sparc
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: aurelien at aurel32 dot net
          Reporter: aurelien at aurel32 dot net
                CC: drepper.fsp at gmail dot com
              Host: sparc-linux-gnu
            Target: sparc-linux-gnu
             Build: sparc-linux-gnu

Sparc <bits/resource.h> specific version is missing prlimit and prlimit64
prototypes as on other architectures.

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703559

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


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

* [Bug libc/16943] missing prlimit prototype on sparc
  2014-05-14 11:02 [Bug libc/16943] New: missing prlimit prototype on sparc aurelien at aurel32 dot net
@ 2014-05-15 22:08 ` cvs-commit at gcc dot gnu.org
  2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-05-15 22:08 UTC (permalink / raw)
  To: glibc-bugs

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

--- 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  d16e6ec7ca2c861ba681e3a2fbd431725774292e (commit)
       via  d0583c403952630c534b0605ff7d69af5ec473cc (commit)
      from  c0c08d02c82275353f5c556f935a1a01714d9d7f (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=d16e6ec7ca2c861ba681e3a2fbd431725774292e

commit d16e6ec7ca2c861ba681e3a2fbd431725774292e
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Fri May 16 00:04:41 2014 +0200

    SPARC: add prlimit and prlimit64 in <bits/resource.h> (BZ #16943)

    prlimit and prlimit64 have been added in the main <bits/resource.h>, but
    not in the SPARC specific version. Fix that.

    Note: this is Debian bug#703559, reported by Emilio Pozuelo Monfort
    <pochu@debian.org>

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d0583c403952630c534b0605ff7d69af5ec473cc

commit d0583c403952630c534b0605ff7d69af5ec473cc
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Fri May 16 00:03:37 2014 +0200

    ptsname_r: don't leak uninitialized memory (BZ #16917)

    If the fd refers to a terminal device, but not a pty master, the
    TIOCGPTN ioctl returns with ENOTTY. This error is not caught, and the
    possibly undefined buffer passed to ptsname_r is sent directly to the
    stat64 syscall.

    Fix this by using a fallback to the old method only if the TIOCGPTN
    ioctl fails with EINVAL. This also fix the return value in that specific
    case (it return ENOENT without this patch).

    Also add tests to the ptsname_r function (and ptsname at the same time).

    Note: this is Debian bug#741482, reported by Jakub Wilk <jwilk@debian.org>

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

Summary of changes:
 ChangeLog                                     |   13 +++
 NEWS                                          |    2 +-
 login/Makefile                                |    2 +-
 login/tst-ptsname.c                           |  108 +++++++++++++++++++++++++
 sysdeps/unix/sysv/linux/ptsname.c             |    4 +-
 sysdeps/unix/sysv/linux/sparc/bits/resource.h |   27 ++++++
 6 files changed, 153 insertions(+), 3 deletions(-)
 create mode 100644 login/tst-ptsname.c

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


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

* [Bug libc/16943] missing prlimit prototype on sparc
  2014-05-14 11:02 [Bug libc/16943] New: missing prlimit prototype on sparc aurelien at aurel32 dot net
                   ` (2 preceding siblings ...)
  2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
@ 2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
  2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-05-15 22:20 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #4 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, release/2.18/master has been updated
       via  d56700df46977b14e9fe54201132fed04475cd03 (commit)
      from  3ce4555d432282fcfe963cc8809163e85ee0f71c (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=d56700df46977b14e9fe54201132fed04475cd03

commit d56700df46977b14e9fe54201132fed04475cd03
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Fri May 16 00:04:41 2014 +0200

    SPARC: add prlimit and prlimit64 in <bits/resource.h> (BZ #16943)

    prlimit and prlimit64 have been added in the main <bits/resource.h>, but
    not in the SPARC specific version. Fix that.

    Note: this is Debian bug#703559, reported by Emilio Pozuelo Monfort
    <pochu@debian.org>

    (cherry picked from commit d16e6ec7ca2c861ba681e3a2fbd431725774292e)

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

Summary of changes:
 ChangeLog                                     |    6 +++++
 NEWS                                          |    3 +-
 sysdeps/unix/sysv/linux/sparc/bits/resource.h |   27 +++++++++++++++++++++++++
 3 files changed, 35 insertions(+), 1 deletions(-)

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


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

* [Bug libc/16943] missing prlimit prototype on sparc
  2014-05-14 11:02 [Bug libc/16943] New: missing prlimit prototype on sparc aurelien at aurel32 dot net
  2014-05-15 22:08 ` [Bug libc/16943] " cvs-commit at gcc dot gnu.org
@ 2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
  2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-05-15 22:20 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 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, release/2.16/master has been updated
       via  c3e44c48727747659e313f09bc5557b6c1007e49 (commit)
      from  add6d67730e24dc6bf9e925aebb647416f51747f (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=c3e44c48727747659e313f09bc5557b6c1007e49

commit c3e44c48727747659e313f09bc5557b6c1007e49
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Fri May 16 00:04:41 2014 +0200

    SPARC: add prlimit and prlimit64 in <bits/resource.h> (BZ #16943)

    prlimit and prlimit64 have been added in the main <bits/resource.h>, but
    not in the SPARC specific version. Fix that.

    Note: this is Debian bug#703559, reported by Emilio Pozuelo Monfort
    <pochu@debian.org>

    (cherry picked from commit d16e6ec7ca2c861ba681e3a2fbd431725774292e)

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

Summary of changes:
 ChangeLog                                     |    6 +++++
 NEWS                                          |    2 +-
 sysdeps/unix/sysv/linux/sparc/bits/resource.h |   27 +++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 1 deletions(-)

--- Comment #3 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, release/2.17/master has been updated
       via  38736fdf39351c807caffcce75e2f89196889e42 (commit)
      from  4df7d90b36f4cd2f51dbbdbdd0f73f9c30640c9e (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=38736fdf39351c807caffcce75e2f89196889e42

commit 38736fdf39351c807caffcce75e2f89196889e42
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Fri May 16 00:04:41 2014 +0200

    SPARC: add prlimit and prlimit64 in <bits/resource.h> (BZ #16943)

    prlimit and prlimit64 have been added in the main <bits/resource.h>, but
    not in the SPARC specific version. Fix that.

    Note: this is Debian bug#703559, reported by Emilio Pozuelo Monfort
    <pochu@debian.org>

    (cherry picked from commit d16e6ec7ca2c861ba681e3a2fbd431725774292e)

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

Summary of changes:
 ChangeLog                                     |    6 +++++
 NEWS                                          |    2 +-
 sysdeps/unix/sysv/linux/sparc/bits/resource.h |   27 +++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 1 deletions(-)

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


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

* [Bug libc/16943] missing prlimit prototype on sparc
  2014-05-14 11:02 [Bug libc/16943] New: missing prlimit prototype on sparc aurelien at aurel32 dot net
  2014-05-15 22:08 ` [Bug libc/16943] " cvs-commit at gcc dot gnu.org
  2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
@ 2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
  2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-05-15 22:20 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 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, release/2.16/master has been updated
       via  c3e44c48727747659e313f09bc5557b6c1007e49 (commit)
      from  add6d67730e24dc6bf9e925aebb647416f51747f (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=c3e44c48727747659e313f09bc5557b6c1007e49

commit c3e44c48727747659e313f09bc5557b6c1007e49
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Fri May 16 00:04:41 2014 +0200

    SPARC: add prlimit and prlimit64 in <bits/resource.h> (BZ #16943)

    prlimit and prlimit64 have been added in the main <bits/resource.h>, but
    not in the SPARC specific version. Fix that.

    Note: this is Debian bug#703559, reported by Emilio Pozuelo Monfort
    <pochu@debian.org>

    (cherry picked from commit d16e6ec7ca2c861ba681e3a2fbd431725774292e)

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

Summary of changes:
 ChangeLog                                     |    6 +++++
 NEWS                                          |    2 +-
 sysdeps/unix/sysv/linux/sparc/bits/resource.h |   27 +++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 1 deletions(-)

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


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

* [Bug libc/16943] missing prlimit prototype on sparc
  2014-05-14 11:02 [Bug libc/16943] New: missing prlimit prototype on sparc aurelien at aurel32 dot net
                   ` (3 preceding siblings ...)
  2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
@ 2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
  2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-05-15 22:20 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #4 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, release/2.18/master has been updated
       via  d56700df46977b14e9fe54201132fed04475cd03 (commit)
      from  3ce4555d432282fcfe963cc8809163e85ee0f71c (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=d56700df46977b14e9fe54201132fed04475cd03

commit d56700df46977b14e9fe54201132fed04475cd03
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Fri May 16 00:04:41 2014 +0200

    SPARC: add prlimit and prlimit64 in <bits/resource.h> (BZ #16943)

    prlimit and prlimit64 have been added in the main <bits/resource.h>, but
    not in the SPARC specific version. Fix that.

    Note: this is Debian bug#703559, reported by Emilio Pozuelo Monfort
    <pochu@debian.org>

    (cherry picked from commit d16e6ec7ca2c861ba681e3a2fbd431725774292e)

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

Summary of changes:
 ChangeLog                                     |    6 +++++
 NEWS                                          |    3 +-
 sysdeps/unix/sysv/linux/sparc/bits/resource.h |   27 +++++++++++++++++++++++++
 3 files changed, 35 insertions(+), 1 deletions(-)

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


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

* [Bug libc/16943] missing prlimit prototype on sparc
  2014-05-14 11:02 [Bug libc/16943] New: missing prlimit prototype on sparc aurelien at aurel32 dot net
                   ` (4 preceding siblings ...)
  2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
@ 2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
  2014-05-15 22:58 ` aurelien at aurel32 dot net
  2014-06-12 19:19 ` fweimer at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-05-15 22:20 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #5 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, release/2.19/master has been updated
       via  30a40bf191d4bea842045f2f97f18897dcadc687 (commit)
      from  e91892932389f8928496e8d9fcf4ed4e9e73bcf7 (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=30a40bf191d4bea842045f2f97f18897dcadc687

commit 30a40bf191d4bea842045f2f97f18897dcadc687
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Fri May 16 00:04:41 2014 +0200

    SPARC: add prlimit and prlimit64 in <bits/resource.h> (BZ #16943)

    prlimit and prlimit64 have been added in the main <bits/resource.h>, but
    not in the SPARC specific version. Fix that.

    Note: this is Debian bug#703559, reported by Emilio Pozuelo Monfort
    <pochu@debian.org>

    (cherry picked from commit d16e6ec7ca2c861ba681e3a2fbd431725774292e)

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

Summary of changes:
 ChangeLog                                     |    6 +++++
 NEWS                                          |    3 +-
 sysdeps/unix/sysv/linux/sparc/bits/resource.h |   27 +++++++++++++++++++++++++
 3 files changed, 35 insertions(+), 1 deletions(-)

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


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

* [Bug libc/16943] missing prlimit prototype on sparc
  2014-05-14 11:02 [Bug libc/16943] New: missing prlimit prototype on sparc aurelien at aurel32 dot net
                   ` (5 preceding siblings ...)
  2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
@ 2014-05-15 22:58 ` aurelien at aurel32 dot net
  2014-06-12 19:19 ` fweimer at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: aurelien at aurel32 dot net @ 2014-05-15 22:58 UTC (permalink / raw)
  To: glibc-bugs

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

Aurelien Jarno <aurelien at aurel32 dot net> changed:

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

--- Comment #6 from Aurelien Jarno <aurelien at aurel32 dot net> ---
Fixed in commit d16e6ec7ca2c861ba681e3a2fbd431725774292e

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


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

* [Bug libc/16943] missing prlimit prototype on sparc
  2014-05-14 11:02 [Bug libc/16943] New: missing prlimit prototype on sparc aurelien at aurel32 dot net
                   ` (6 preceding siblings ...)
  2014-05-15 22:58 ` aurelien at aurel32 dot net
@ 2014-06-12 19:19 ` fweimer at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: fweimer at redhat dot com @ 2014-06-12 19:19 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

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


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

end of thread, other threads:[~2014-06-12 19:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-14 11:02 [Bug libc/16943] New: missing prlimit prototype on sparc aurelien at aurel32 dot net
2014-05-15 22:08 ` [Bug libc/16943] " cvs-commit at gcc dot gnu.org
2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
2014-05-15 22:20 ` cvs-commit at gcc dot gnu.org
2014-05-15 22:58 ` aurelien at aurel32 dot net
2014-06-12 19:19 ` fweimer at redhat dot com

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