Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2012 10:40:06 GMT
From:      "Ilya A. Arkhipov" <ruM1cRO@yandex.ru>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/172112: [patch] Fix for incorrect work: pw user show 0
Message-ID:  <201210011040.q91Ae6V3097922@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/172112; it has been noted by GNATS.

From: Ilya A. Arkhipov <ruM1cRO@yandex.ru>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: bin/172112: [patch] Fix for incorrect work: pw user show 0
Date: Mon, 01 Oct 2012 14:32:08 +0400

 Hi All,
 
 We need remove atoi() because after http://svnweb.freebsd.org/base/head/usr.sbin/pw/pw_user.c?r1=42287&r2=43780 it's no need there.
 We already know a_name->val has only digits or no, and have all checks on this.
 
 Please fix me if I'm wrong.
 
 -- 
 With Best Regards,
 Ilya A. Arkhipov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210011040.q91Ae6V3097922>