Bug 1250 - Don't use ?: as lvalue in sysdeps/mach/hurd/mig-reply.c
Summary: Don't use ?: as lvalue in sysdeps/mach/hurd/mig-reply.c
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: hurd (show other bugs)
Version: 2.3.5
: P2 normal
Target Milestone: ---
Assignee: Roland McGrath
URL:
Keywords:
Depends on:
Blocks: libc236
  Show dependency treegraph
 
Reported: 2005-08-26 22:47 UTC by Thomas Schwinge
Modified: 2018-04-19 14:49 UTC (History)
2 users (show)

See Also:
Host: i586-pc-gnu
Target: i586-pc-gnu
Build: i586-pc-gnu
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Schwinge 2005-08-26 22:47:04 UTC
Trunk change needed on glibc-2_3-branch:

#v+
        2005-08-05  Roland McGrath  <roland@redhat.com>

        * sysdeps/mach/hurd/mig-reply.c (reply_port): Don't use ?: as lvalue.
#v-

http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/mach/hurd/mig-reply.c.diff?cvsroot=glibc&r1=1.10&r2=1.11
Comment 1 Sourceware Commits 2005-10-16 09:45:45 UTC
Subject: Bug 1250

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

Modified files:
	sysdeps/mach/hurd: mig-reply.c 

Log message:
	2005-08-05  Roland McGrath  <roland@redhat.com>
	
	[BZ #1250]
	* sysdeps/mach/hurd/mig-reply.c (reply_port): Don't use ?: as lvalue.
	Reported by Alfred M. Szmidt <ams@gnu.org>.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/mach/hurd/mig-reply.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.10&r2=1.10.6.1

Comment 2 Roland McGrath 2005-10-17 05:01:59 UTC
These changes are now in both the trunk and the 2.3 branch.