public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/681] New: execl should use NULL not 0
@ 2005-01-19  8:46 meissner at suse dot de
  2005-01-19  8:46 ` [Bug libc/681] " meissner at suse dot de
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: meissner at suse dot de @ 2005-01-19  8:46 UTC (permalink / raw)
  To: glibc-bugs

in sunrpc/openchild.c the closing tag of execl should be NULL instead of 0. 
 
see attached patch

-- 
           Summary: execl should use NULL not 0
           Product: glibc
           Version: 2.3.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: meissner at suse dot de
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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

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

* [Bug libc/681] execl should use NULL not 0
  2005-01-19  8:46 [Bug libc/681] New: execl should use NULL not 0 meissner at suse dot de
@ 2005-01-19  8:46 ` meissner at suse dot de
  2005-01-19  9:14 ` aj at suse dot de
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: meissner at suse dot de @ 2005-01-19  8:46 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From meissner at suse dot de  2005-01-19 08:46 -------
Created an attachment (id=377)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=377&action=view)
ochild.pat

patch to fix problem

-- 


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

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

* [Bug libc/681] execl should use NULL not 0
  2005-01-19  8:46 [Bug libc/681] New: execl should use NULL not 0 meissner at suse dot de
  2005-01-19  8:46 ` [Bug libc/681] " meissner at suse dot de
@ 2005-01-19  9:14 ` aj at suse dot de
  2005-01-19 19:28 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: aj at suse dot de @ 2005-01-19  9:14 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From aj at suse dot de  2005-01-19 09:12 -------
Roland, shall I commit this?  It looks ok to me.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gotom at debian dot or dot  |roland at gnu dot org
                   |jp                          |
             Status|NEW                         |ASSIGNED


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

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

* [Bug libc/681] execl should use NULL not 0
  2005-01-19  8:46 [Bug libc/681] New: execl should use NULL not 0 meissner at suse dot de
  2005-01-19  8:46 ` [Bug libc/681] " meissner at suse dot de
  2005-01-19  9:14 ` aj at suse dot de
@ 2005-01-19 19:28 ` cvs-commit at gcc dot gnu dot org
  2005-01-19 19:29 ` roland at gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-19 19:28 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-19 19:28 -------
Subject: Bug 681

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sources.redhat.com	2005-01-19 19:28:15

Modified files:
	sunrpc         : openchild.c 

Log message:
	2005-01-19  Roland McGrath  <roland@redhat.com>
	
	[BZ #681]
	* sunrpc/openchild.c (_openchild): Use NULL instead of 0 for trailing
	argument to execlp.
	Reported by Marcus Meissner <meissner@suse.de>.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sunrpc/openchild.c.diff?cvsroot=glibc&r1=1.6&r2=1.7



-- 


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

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

* [Bug libc/681] execl should use NULL not 0
  2005-01-19  8:46 [Bug libc/681] New: execl should use NULL not 0 meissner at suse dot de
                   ` (2 preceding siblings ...)
  2005-01-19 19:28 ` cvs-commit at gcc dot gnu dot org
@ 2005-01-19 19:29 ` roland at gnu dot org
  2005-01-19 19:39 ` meissner at suse dot de
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: roland at gnu dot org @ 2005-01-19 19:29 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2005-01-19 19:29 -------
This is fixed in the trunk now.  This report was filed for 2.3.4, but also for a
platform where this bug definitely has no effect.  If there is a practical
problem here, please cite it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


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

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

* [Bug libc/681] execl should use NULL not 0
  2005-01-19  8:46 [Bug libc/681] New: execl should use NULL not 0 meissner at suse dot de
                   ` (3 preceding siblings ...)
  2005-01-19 19:29 ` roland at gnu dot org
@ 2005-01-19 19:39 ` meissner at suse dot de
  2005-01-19 19:54 ` roland at gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: meissner at suse dot de @ 2005-01-19 19:39 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From meissner at suse dot de  2005-01-19 19:38 -------
bugreport was meant for trunk, not for released branch. 
 
fine to mark as fixed now from my side. 

-- 


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

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

* [Bug libc/681] execl should use NULL not 0
  2005-01-19  8:46 [Bug libc/681] New: execl should use NULL not 0 meissner at suse dot de
                   ` (4 preceding siblings ...)
  2005-01-19 19:39 ` meissner at suse dot de
@ 2005-01-19 19:54 ` roland at gnu dot org
  2005-02-16  4:19 ` roland at gnu dot org
  2005-02-16 10:53 ` cvs-commit at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: roland at gnu dot org @ 2005-01-19 19:54 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2005-01-19 19:54 -------
Fixed now.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED
            Version|2.3.4                       |unspecified


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

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

* [Bug libc/681] execl should use NULL not 0
  2005-01-19  8:46 [Bug libc/681] New: execl should use NULL not 0 meissner at suse dot de
                   ` (5 preceding siblings ...)
  2005-01-19 19:54 ` roland at gnu dot org
@ 2005-02-16  4:19 ` roland at gnu dot org
  2005-02-16 10:53 ` cvs-commit at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: roland at gnu dot org @ 2005-02-16  4:19 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |724
              nThis|                            |


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

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

* [Bug libc/681] execl should use NULL not 0
  2005-01-19  8:46 [Bug libc/681] New: execl should use NULL not 0 meissner at suse dot de
                   ` (6 preceding siblings ...)
  2005-02-16  4:19 ` roland at gnu dot org
@ 2005-02-16 10:53 ` cvs-commit at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-16 10:53 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-16 10:53 -------
Subject: Bug 681

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

Modified files:
	sunrpc         : openchild.c 

Log message:
	2005-01-19  Roland McGrath  <roland@redhat.com>
	
	[BZ #681]
	* sunrpc/openchild.c (_openchild): Use NULL instead of 0 for trailing
	argument to execlp.
	Reported by Marcus Meissner <meissner@suse.de>.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sunrpc/openchild.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.6&r2=1.6.4.1



-- 


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

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

end of thread, other threads:[~2005-02-16 10:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-19  8:46 [Bug libc/681] New: execl should use NULL not 0 meissner at suse dot de
2005-01-19  8:46 ` [Bug libc/681] " meissner at suse dot de
2005-01-19  9:14 ` aj at suse dot de
2005-01-19 19:28 ` cvs-commit at gcc dot gnu dot org
2005-01-19 19:29 ` roland at gnu dot org
2005-01-19 19:39 ` meissner at suse dot de
2005-01-19 19:54 ` roland at gnu dot org
2005-02-16  4:19 ` roland at gnu dot org
2005-02-16 10:53 ` cvs-commit at gcc dot gnu dot org

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