public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug nis/10432] _nss_nis_setnetgrent assertion failure
       [not found] <bug-10432-131@http.sourceware.org/bugzilla/>
  2014-07-01  7:43 ` [Bug nis/10432] _nss_nis_setnetgrent assertion failure fweimer at redhat dot com
@ 2014-07-01  7:43 ` fweimer at redhat dot com
  2014-07-01  9:12 ` fweimer at redhat dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: fweimer at redhat dot com @ 2014-07-01  7:43 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |fweimer at redhat dot com
         Resolution|WONTFIX                     |---

--- Comment #4 from Florian Weimer <fweimer at redhat dot com> ---
(In reply to Leonardo Chiquitto from comment #0)
> As this is the only use of malloc_usable_size() in current glibc (outside
> malloc.c), and the assert seems pointless, I'd like to suggest its removal.

This is a real problem, I think.  Overriding malloc does not require that you
override all of glibc's helper interfaces.

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


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

* [Bug nis/10432] _nss_nis_setnetgrent assertion failure
       [not found] <bug-10432-131@http.sourceware.org/bugzilla/>
@ 2014-07-01  7:43 ` fweimer at redhat dot com
  2014-07-01  7:43 ` fweimer at redhat dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: fweimer at redhat dot com @ 2014-07-01  7:43 UTC (permalink / raw)
  To: glibc-bugs

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

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] 10+ messages in thread

* [Bug nis/10432] _nss_nis_setnetgrent assertion failure
       [not found] <bug-10432-131@http.sourceware.org/bugzilla/>
  2014-07-01  7:43 ` [Bug nis/10432] _nss_nis_setnetgrent assertion failure fweimer at redhat dot com
  2014-07-01  7:43 ` fweimer at redhat dot com
@ 2014-07-01  9:12 ` fweimer at redhat dot com
  2014-07-01  9:14 ` fweimer at redhat dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: fweimer at redhat dot com @ 2014-07-01  9:12 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |ASSIGNED

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


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

* [Bug nis/10432] _nss_nis_setnetgrent assertion failure
       [not found] <bug-10432-131@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-07-01  9:12 ` fweimer at redhat dot com
@ 2014-07-01  9:14 ` fweimer at redhat dot com
  2015-10-06 12:07 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: fweimer at redhat dot com @ 2014-07-01  9:14 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|kukuk at suse dot de               |fweimer at redhat dot com

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


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

* [Bug nis/10432] _nss_nis_setnetgrent assertion failure
       [not found] <bug-10432-131@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-07-01  9:14 ` fweimer at redhat dot com
@ 2015-10-06 12:07 ` cvs-commit at gcc dot gnu.org
  2015-10-06 12:08 ` fweimer at redhat dot com
  2015-10-29 16:27 ` jsm28 at gcc dot gnu.org
  6 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2015-10-06 12:07 UTC (permalink / raw)
  To: glibc-bugs

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

--- 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, master has been updated
       via  3670da6bfb1ffd17d9bdce2d31d79656be0991b5 (commit)
      from  f586e1328681b400078c995a0bb6ad301ef73549 (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=3670da6bfb1ffd17d9bdce2d31d79656be0991b5

commit 3670da6bfb1ffd17d9bdce2d31d79656be0991b5
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue Oct 6 14:03:35 2015 +0200

    nss_nis: Do not call malloc_usable_size [BZ #10432]

    This is a namespace violation, and interposed malloc implementations
    are not required to interpose malloc_usable_size.

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

Summary of changes:
 ChangeLog                |    6 ++++++
 NEWS                     |   20 ++++++++++----------
 nis/nss_nis/nis-netgrp.c |    1 -
 3 files changed, 16 insertions(+), 11 deletions(-)

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


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

* [Bug nis/10432] _nss_nis_setnetgrent assertion failure
       [not found] <bug-10432-131@http.sourceware.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2015-10-06 12:07 ` cvs-commit at gcc dot gnu.org
@ 2015-10-06 12:08 ` fweimer at redhat dot com
  2015-10-29 16:27 ` jsm28 at gcc dot gnu.org
  6 siblings, 0 replies; 10+ messages in thread
From: fweimer at redhat dot com @ 2015-10-06 12:08 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

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

--- Comment #6 from Florian Weimer <fweimer at redhat dot com> ---
Fixed in glibc 2.23.

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


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

* [Bug nis/10432] _nss_nis_setnetgrent assertion failure
       [not found] <bug-10432-131@http.sourceware.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2015-10-06 12:08 ` fweimer at redhat dot com
@ 2015-10-29 16:27 ` jsm28 at gcc dot gnu.org
  6 siblings, 0 replies; 10+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-10-29 16:27 UTC (permalink / raw)
  To: glibc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2.23

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


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

* [Bug nis/10432] _nss_nis_setnetgrent assertion failure
  2009-07-22 19:36 [Bug nis/10432] New: " leonardo at ngdn dot org
  2009-07-22 19:38 ` [Bug nis/10432] " leonardo at ngdn dot org
  2009-07-23  8:53 ` pasky at suse dot cz
@ 2009-10-30  5:45 ` drepper at redhat dot com
  2 siblings, 0 replies; 10+ messages in thread
From: drepper at redhat dot com @ 2009-10-30  5:45 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2009-10-30 05:44 -------
This is a bug in the other malloc implementations.  Get them to fix it.

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


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug nis/10432] _nss_nis_setnetgrent assertion failure
  2009-07-22 19:36 [Bug nis/10432] New: " leonardo at ngdn dot org
  2009-07-22 19:38 ` [Bug nis/10432] " leonardo at ngdn dot org
@ 2009-07-23  8:53 ` pasky at suse dot cz
  2009-10-30  5:45 ` drepper at redhat dot com
  2 siblings, 0 replies; 10+ messages in thread
From: pasky at suse dot cz @ 2009-07-23  8:53 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From pasky at suse dot cz  2009-07-23 08:53 -------
Note that we also had crashes in Firefox reported at the same assert().

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug nis/10432] _nss_nis_setnetgrent assertion failure
  2009-07-22 19:36 [Bug nis/10432] New: " leonardo at ngdn dot org
@ 2009-07-22 19:38 ` leonardo at ngdn dot org
  2009-07-23  8:53 ` pasky at suse dot cz
  2009-10-30  5:45 ` drepper at redhat dot com
  2 siblings, 0 replies; 10+ messages in thread
From: leonardo at ngdn dot org @ 2009-07-22 19:38 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From leonardo at ngdn dot org  2009-07-22 19:38 -------
Created an attachment (id=4076)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4076&action=view)
suggested patch


-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2015-10-29 16:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-10432-131@http.sourceware.org/bugzilla/>
2014-07-01  7:43 ` [Bug nis/10432] _nss_nis_setnetgrent assertion failure fweimer at redhat dot com
2014-07-01  7:43 ` fweimer at redhat dot com
2014-07-01  9:12 ` fweimer at redhat dot com
2014-07-01  9:14 ` fweimer at redhat dot com
2015-10-06 12:07 ` cvs-commit at gcc dot gnu.org
2015-10-06 12:08 ` fweimer at redhat dot com
2015-10-29 16:27 ` jsm28 at gcc dot gnu.org
2009-07-22 19:36 [Bug nis/10432] New: " leonardo at ngdn dot org
2009-07-22 19:38 ` [Bug nis/10432] " leonardo at ngdn dot org
2009-07-23  8:53 ` pasky at suse dot cz
2009-10-30  5:45 ` drepper 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).