public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/727] New: __environ can get reset
@ 2005-02-16  4:29 roland at gnu dot org
  2005-02-16  9:41 ` [Bug libc/727] " cvs-commit at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: roland at gnu dot org @ 2005-02-16  4:29 UTC (permalink / raw)
  To: glibc-bugs

This trunk change is needed on the 2.3 branch.

2005-01-03  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/generic/libc-start.c [SHARED] (__libc_start_main): Don't
	initialize __environ again.
	* stdlib/Makefile: Add rules to build and run tst-putenv.
	* stdlib/tst-putenv.c: New file.
	* stdlib/tst-putenvmod.c: New file.

-- 
           Summary: __environ can get reset
           Product: glibc
           Version: 2.3.4
            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 724
             nThis:


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

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

* [Bug libc/727] __environ can get reset
  2005-02-16  4:29 [Bug libc/727] New: __environ can get reset roland at gnu dot org
@ 2005-02-16  9:41 ` cvs-commit at gcc dot gnu dot org
  2005-04-06  0:00 ` roland at gnu dot org
  2005-09-27  5:53 ` drepper at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-16  9:41 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-16 09:41 -------
Subject: Bug 727

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

Modified files:
	stdlib         : Makefile 
	sysdeps/generic: libc-start.c 
Added files:
	stdlib         : tst-putenv.c tst-putenvmod.c 

Log message:
	2005-01-03  Ulrich Drepper  <drepper@redhat.com>
	
	[BZ #727]
	* sysdeps/generic/libc-start.c [SHARED] (__libc_start_main): Don't
	initialize __environ again.
	* stdlib/Makefile: Add rules to build and run tst-putenv.
	* stdlib/tst-putenv.c: New file.
	* stdlib/tst-putenvmod.c: New file.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/stdlib/tst-putenv.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/stdlib/tst-putenvmod.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/stdlib/Makefile.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.95&r2=1.95.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/generic/libc-start.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.52&r2=1.52.4.1



-- 


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

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

* [Bug libc/727] __environ can get reset
  2005-02-16  4:29 [Bug libc/727] New: __environ can get reset roland at gnu dot org
  2005-02-16  9:41 ` [Bug libc/727] " cvs-commit at gcc dot gnu dot org
@ 2005-04-06  0:00 ` roland at gnu dot org
  2005-09-27  5:53 ` drepper at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: roland at gnu dot org @ 2005-04-06  0:00 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2005-04-05 23:59 -------
These changes are in the 2.3 branch as well as the trunk now.

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


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

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

* [Bug libc/727] __environ can get reset
  2005-02-16  4:29 [Bug libc/727] New: __environ can get reset roland at gnu dot org
  2005-02-16  9:41 ` [Bug libc/727] " cvs-commit at gcc dot gnu dot org
  2005-04-06  0:00 ` roland at gnu dot org
@ 2005-09-27  5:53 ` drepper at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: drepper at redhat dot com @ 2005-09-27  5:53 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2005-09-27 05:53 -------
*** Bug 863 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |csilvers at google dot com


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

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

end of thread, other threads:[~2005-09-27  5:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-16  4:29 [Bug libc/727] New: __environ can get reset roland at gnu dot org
2005-02-16  9:41 ` [Bug libc/727] " cvs-commit at gcc dot gnu dot org
2005-04-06  0:00 ` roland at gnu dot org
2005-09-27  5:53 ` 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).