This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/1097] fix sign-extension issues in xdr on 64-bit machines


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-07-18 03:03 -------
Subject: Bug 1097

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-07-18 03:03:49

Modified files:
	sunrpc         : xdr.c Makefile 
Added files:
	sunrpc         : tst-xdrmem.c 

Log message:
	2005-06-25  Jakub Jelinek  <jakub@redhat.com>
	
	[BZ #1097]
	* sunrpc/xdr.c (xdr_hyper, xdr_u_hyper): When decoding, cast
	t2 to uint32_t instead of ulong.
	* sunrpc/Makefile (tests): Add tst-xdrmem.
	* sunrpc/tst-xdrmem.c: New test.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sunrpc/tst-xdrmem.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/sunrpc/xdr.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.22&r2=1.22.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sunrpc/Makefile.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.81.2.1&r2=1.81.2.2



-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]