Date: Fri, 25 Jan 2008 17:28:05 GMT From: rwatson@FreeBSD.org To: oleg@reis.zp.ua, rwatson@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/40282: /bin/kill has bad error checking for command line parameters Message-ID: <200801251728.m0PHS5F3075915@freefall.freebsd.org>
index | next in thread | raw e-mail
Synopsis: /bin/kill has bad error checking for command line parameters State-Changed-From-To: open->analyzed State-Changed-By: rwatson State-Changed-When: Fri Jan 25 17:24:00 UTC 2008 State-Changed-Why: If we want to make a change along these lines, we should change from warnx() to errx(EX_USAGE, ...) rather than changing the loop logic. Does the csh/tcsh kill validate all arguments before starting the killing (so to speak), or does it abort when it hits the first bad one (as this patch suggests)? http://www.freebsd.org/cgi/query-pr.cgi?pr=40282help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801251728.m0PHS5F3075915>
