Subject: bin/32358: inetd.conf sndbuf/rcvbuf parser is fragile
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: None <soda@netbsd.org>
List: netbsd-bugs
Date: 12/22/2005 04:00:00
>Number: 32358
>Category: bin
>Synopsis: inetd.conf sndbuf/rcvbuf parser is fragile
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: bin-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Dec 22 04:00:00 +0000 2005
>Originator: SODA Noriyuki
>Release: NetBSD 2.0
>Organization:
The NetBSD project
>Environment:
NetBSD babylon5.netbsd.org 2.0 NetBSD 2.0 (NBFTP) #0: Thu Dec 22 00:49:36 UTC 2005 root@ADMIN:/usr/obj/sys/arch/i386/compile.i386/NBFTP i386
Architecture: i386
Machine: i386
>Description:
If "tcp,sndbuf=262144,rcvbuf=32768" is specified as 3rd field of inetd.conf,
inetd complains "malformed buffer size option `262144'",
if "tcp,sndbuf=128k,rcvbuf=32k" is specified, it works.
>How-To-Repeat:
>Fix:
n/a for now