Bug 1350 - sysdeps/posix/getaddrinfo.c: trunk changes needed in 2.3 branch
Summary: sysdeps/posix/getaddrinfo.c: trunk changes needed in 2.3 branch
Status: RESOLVED WONTFIX
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Roland McGrath
URL:
Keywords:
Depends on:
Blocks: libc236
  Show dependency treegraph
 
Reported: 2005-09-18 20:34 UTC by Thomas Schwinge
Modified: 2018-04-19 14:36 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
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-09-18 20:34:45 UTC
Assigned to Roland as per request in
<URL:http://sourceware.org/ml/libc-alpha/2005-05/msg00054.html>.


Fixes from the trunk are needed in the 2.3 branch:

#v+
        2005-05-17  Neal H. Walfield  <neal@gnu.org>

        * sysdeps/posix/getaddrinfo.c (gaih_local): Check [_HAVE_SA_LEN]
        instead of [SALEN].
        (gaih_inet): Likewise.
#v-

Patches:
<URL:http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/posix/getaddrinfo.c.diff?cvsroot=glibc&r1=1.86&r2=1.87>
<URL:http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&r1=1.9362&r2=1.9363>
Comment 1 Sourceware Commits 2005-10-16 10:15:33 UTC
Subject: Bug 1350

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

Modified files:
	sysdeps/posix  : getaddrinfo.c 

Log message:
	2005-05-17  Neal H. Walfield  <neal@gnu.org>
	
	[BZ #1350]
	* sysdeps/posix/getaddrinfo.c (gaih_local): Check [_HAVE_SA_LEN]
	instead of [SALEN].
	(gaih_inet): Likewise.
	2005-02-16  Roland McGrath  <roland@redhat.com>
	
	* sysdeps/posix/getaddrinfo.c (gaih_inet): Fix type of ADDR local.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/posix/getaddrinfo.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.85&r2=1.85.2.1

Comment 2 Roland McGrath 2005-10-17 05:02:02 UTC
These changes are now in both the trunk and the 2.3 branch.
Comment 3 Bernhard Reutner-Fischer 2008-09-17 14:15:49 UTC
rresvport_af() in inet/rcmd.c is by now the only user of SALEN which was not
converted to _HAVE_SA_LEN
Comment 4 Roland McGrath 2011-03-16 21:16:59 UTC
The 2.3 branch is no longer being maintained.