Bug 822 - yp_2_yperr regression breaks NIS
Summary: yp_2_yperr regression breaks NIS
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: 2.3.4
: P2 normal
Target Milestone: ---
Assignee: Roland McGrath
URL:
Keywords:
Depends on:
Blocks: libc235
  Show dependency treegraph
 
Reported: 2005-04-06 00:44 UTC by Roland McGrath
Modified: 2018-04-19 14:55 UTC (History)
1 user (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 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.