public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/6958] calloc() may return non-cleared memory for applications using mlockall()
       [not found] <bug-6958-131@http.sourceware.org/bugzilla/>
@ 2011-10-26  3:19 ` bugdal at aerifal dot cx
  2012-02-21  1:32 ` [Bug malloc/6958] " jsm28 at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: bugdal at aerifal dot cx @ 2011-10-26  3:19 UTC (permalink / raw)
  To: glibc-bugs

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

Rich Felker <bugdal at aerifal dot cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugdal at aerifal dot cx
           Severity|normal                      |critical

--- Comment #1 from Rich Felker <bugdal at aerifal dot cx> 2011-10-26 03:18:47 UTC ---
Ping. If this has been fixed, please close; otherwise, it's a serious
outstanding bug and should be fixed.

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


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

* [Bug malloc/6958] calloc() may return non-cleared memory for applications using mlockall()
       [not found] <bug-6958-131@http.sourceware.org/bugzilla/>
  2011-10-26  3:19 ` [Bug libc/6958] calloc() may return non-cleared memory for applications using mlockall() bugdal at aerifal dot cx
@ 2012-02-21  1:32 ` jsm28 at gcc dot gnu.org
  2012-04-11  7:43 ` aj at suse dot de
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-02-21  1:32 UTC (permalink / raw)
  To: glibc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libc                        |malloc

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


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

* [Bug malloc/6958] calloc() may return non-cleared memory for applications using mlockall()
       [not found] <bug-6958-131@http.sourceware.org/bugzilla/>
  2011-10-26  3:19 ` [Bug libc/6958] calloc() may return non-cleared memory for applications using mlockall() bugdal at aerifal dot cx
  2012-02-21  1:32 ` [Bug malloc/6958] " jsm28 at gcc dot gnu.org
@ 2012-04-11  7:43 ` aj at suse dot de
  2014-07-02  6:16 ` fweimer at redhat dot com
  2014-07-02 11:02 ` fweimer at redhat dot com
  4 siblings, 0 replies; 5+ messages in thread
From: aj at suse dot de @ 2012-04-11  7:43 UTC (permalink / raw)
  To: glibc-bugs

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

Andreas Jaeger <aj at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |aj at suse dot de
         Resolution|                            |FIXED

--- Comment #2 from Andreas Jaeger <aj at suse dot de> 2012-04-11 07:42:26 UTC ---
The debian bug mentioned in the descriptions says this is fixed in glibc, thus
marking as fixed.

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


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

* [Bug malloc/6958] calloc() may return non-cleared memory for applications using mlockall()
       [not found] <bug-6958-131@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-04-11  7:43 ` aj at suse dot de
@ 2014-07-02  6:16 ` fweimer at redhat dot com
  2014-07-02 11:02 ` fweimer at redhat dot com
  4 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-07-02  6:16 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |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] 5+ messages in thread

* [Bug malloc/6958] calloc() may return non-cleared memory for applications using mlockall()
       [not found] <bug-6958-131@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-07-02  6:16 ` fweimer at redhat dot com
@ 2014-07-02 11:02 ` fweimer at redhat dot com
  4 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-07-02 11:02 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

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

--- Comment #3 from Florian Weimer <fweimer at redhat dot com> ---
Based on https://bugzilla.redhat.com/show_bug.cgi?id=405781 and the Debian bug
report, this information disclosure vulnerability was fixed in commit
4cd4c5d6a28c4fbdc86651c4578f4c4f24efce08, which went into glibc 2.8.

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


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

end of thread, other threads:[~2014-07-02 11:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-6958-131@http.sourceware.org/bugzilla/>
2011-10-26  3:19 ` [Bug libc/6958] calloc() may return non-cleared memory for applications using mlockall() bugdal at aerifal dot cx
2012-02-21  1:32 ` [Bug malloc/6958] " jsm28 at gcc dot gnu.org
2012-04-11  7:43 ` aj at suse dot de
2014-07-02  6:16 ` fweimer at redhat dot com
2014-07-02 11:02 ` 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).