public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/1137] New: Fix memory leak and possibly endless loop in `error'
@ 2005-07-29 23:20 roland at gnu dot org
  2005-07-29 23:26 ` [Bug libc/1137] " cvs-commit at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: roland at gnu dot org @ 2005-07-29 23:20 UTC (permalink / raw)
  To: glibc-bugs

This trunk patch should go into the 2.3 branch:

2005-07-19  Ulrich Drepper  <drepper@redhat.com>

	* misc/Makefile: Add rules to build and run tst-error1.
	* misc/tst-error1.c: New file.
	* misc/error.c: Fix memory leak and possibly endless loop.

-- 
           Summary: Fix memory leak and possibly endless loop in `error'
           Product: glibc
           Version: 2.3.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: roland at gnu dot org
        ReportedBy: roland at gnu dot org
                CC: glibc-bugs at sources dot redhat dot com
OtherBugsDependingO 852
             nThis:


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1137

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

* [Bug libc/1137] Fix memory leak and possibly endless loop in `error'
  2005-07-29 23:20 [Bug libc/1137] New: Fix memory leak and possibly endless loop in `error' roland at gnu dot org
@ 2005-07-29 23:26 ` cvs-commit at gcc dot gnu dot org
  2005-07-30 10:02 ` schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-07-29 23:26 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-07-29 23:26 -------
Subject: Bug 1137

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-07-29 23:26:19

Modified files:
	misc           : error.c Makefile 
Added files:
	misc           : tst-error1.c 

Log message:
	2005-07-19  Ulrich Drepper  <drepper@redhat.com>
	
	[BZ #1137]
	* misc/Makefile: Add rules to build and run tst-error1.
	* misc/tst-error1.c: New file.
	* misc/error.c: Fix memory leak and possibly endless loop.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/misc/tst-error1.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/misc/error.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.34&r2=1.34.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/misc/Makefile.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.112&r2=1.112.4.1



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1137

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

* [Bug libc/1137] Fix memory leak and possibly endless loop in `error'
  2005-07-29 23:20 [Bug libc/1137] New: Fix memory leak and possibly endless loop in `error' roland at gnu dot org
  2005-07-29 23:26 ` [Bug libc/1137] " cvs-commit at gcc dot gnu dot org
@ 2005-07-30 10:02 ` schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de
  2005-08-02  3:31 ` cvs-commit at gcc dot gnu dot org
  2005-09-25 18:32 ` drepper at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de @ 2005-07-30 10:02 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de  2005-07-30 10:01 -------
That one <URL:http://sourceware.org/ml/libc-alpha/2005-07/msg00068.html> needs
to go in alongside the patch you already applied.


-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1137

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

* [Bug libc/1137] Fix memory leak and possibly endless loop in `error'
  2005-07-29 23:20 [Bug libc/1137] New: Fix memory leak and possibly endless loop in `error' roland at gnu dot org
  2005-07-29 23:26 ` [Bug libc/1137] " cvs-commit at gcc dot gnu dot org
  2005-07-30 10:02 ` schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de
@ 2005-08-02  3:31 ` cvs-commit at gcc dot gnu dot org
  2005-09-25 18:32 ` drepper at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-08-02  3:31 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-08-02 03:31 -------
Subject: Bug 1137

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-08-02 03:31:09

Modified files:
	misc           : error.c 

Log message:
	2005-07-28  Thomas Schwinge  <schwinge@nic-nac-project.de>
	
	[BZ #1137]
	* misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/misc/error.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.34.4.1&r2=1.34.4.2



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1137

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

* [Bug libc/1137] Fix memory leak and possibly endless loop in `error'
  2005-07-29 23:20 [Bug libc/1137] New: Fix memory leak and possibly endless loop in `error' roland at gnu dot org
                   ` (2 preceding siblings ...)
  2005-08-02  3:31 ` cvs-commit at gcc dot gnu dot org
@ 2005-09-25 18:32 ` drepper at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2005-09-25 18:32 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2005-09-25 18:32 -------
The checking has apparently happened.  Closing.

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


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

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

end of thread, other threads:[~2005-09-25 18:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-29 23:20 [Bug libc/1137] New: Fix memory leak and possibly endless loop in `error' roland at gnu dot org
2005-07-29 23:26 ` [Bug libc/1137] " cvs-commit at gcc dot gnu dot org
2005-07-30 10:02 ` schwinge-bugzilla-sources dot redhat dot com at nic-nac-project dot de
2005-08-02  3:31 ` cvs-commit at gcc dot gnu dot org
2005-09-25 18:32 ` 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).