Subject: Re: bin/34979: -current libc causes boot failure
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, scotte@warped.com>
From: Scott Ellis <scotte@warped.com>
List: netbsd-bugs
Date: 11/13/2006 01:20:03
The following reply was made to PR bin/34979; it has been noted by GNATS.

From: Scott Ellis <scotte@warped.com>
To: Christos Zoulas <christos@zoulas.com>
Cc: gnats-bugs@NetBSD.org, gnats-admin@NetBSD.org,
	netbsd-bugs@NetBSD.org
Subject: Re: bin/34979: -current libc causes boot failure
Date: Sun, 12 Nov 2006 17:19:12 -0800

 Christos Zoulas wrote:
 [snip]
 > Try this (which returns a match if prog/from is empty):
 > 
 > Index: syslogd.c
 > ===================================================================
 > RCS file: /cvsroot/src/usr.sbin/syslogd/syslogd.c,v
 > retrieving revision 1.82
 > diff -u -u -r1.82 syslogd.c
 > --- syslogd.c	16 Sep 2006 17:05:32 -0000	1.82
 > +++ syslogd.c	13 Nov 2006 00:51:26 -0000
 [snip]
 
 Actually, it looks like this check is already effectively in 1.83. 
 (Psst, your syslogd.c is out of date...you should have /*      $NetBSD: 
 syslogd.c,v 1.83 2006/10/21 09:42:26 yamt Exp $        */ )
 
 This already contains:
 
 if (strchr(name, ',')) /* sanity */
                  return (0);
 
 
 Shouldn't that handle this case?
 
 	ScottE