Bug 822

Summary: yp_2_yperr regression breaks NIS
Product: glibc Reporter: Roland McGrath <roland>
Component: libcAssignee: Roland McGrath <roland>
Status: RESOLVED FIXED    
Severity: normal CC: glibc-bugs
Priority: P2 Flags: fweimer: security-
Version: 2.3.4   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Project(s) to access: ssh public key:
Bug Depends on:    
Bug Blocks: 724    

Description Roland McGrath 2005-04-06 00:44:01 UTC
See http://sources.redhat.com/ml/libc-hacker/2005-03/msg00060.html

This trunk change is needed on the 2.3 branch.

2005-03-23  Jakub Jelinek  <jakub@redhat.com>

	* nis/ypclnt.c (yp_2_yperr): Revert 2004-11-30 patch.
	(ypprot_err): Use yp_2_yperr table also for YP_NODOM .. YP_NOMORE.
Comment 1 Sourceware Commits 2005-04-06 00:45:30 UTC
Subject: Bug 822

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-04-06 00:45:19

Modified files:
	nis            : ypclnt.c 

Log message:
	2005-03-23  Jakub Jelinek  <jakub@redhat.com>
	
	[BZ #822]
	* nis/ypclnt.c (yp_2_yperr): Revert 2004-11-30 patch.
	(ypprot_err): Use yp_2_yperr table also for YP_NODOM .. YP_NOMORE.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nis/ypclnt.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.50&r2=1.50.2.1

Comment 2 Roland McGrath 2005-04-06 02:52:23 UTC
These fixes are in the 2.3 branch now as well as the trunk.