From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 30 09:20:32 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B58E16A4CE for ; Fri, 30 Jul 2004 09:20:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8127843D53 for ; Fri, 30 Jul 2004 09:20:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6U9KW5Y082778 for ; Fri, 30 Jul 2004 09:20:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6U9KWoj082775; Fri, 30 Jul 2004 09:20:32 GMT (envelope-from gnats) Date: Fri, 30 Jul 2004 09:20:32 GMT Message-Id: <200407300920.i6U9KWoj082775@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Steven Smith Subject: Re: misc/69788: The processing result of strtoul() cannot judge whether it is an error. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Steven Smith List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2004 09:20:32 -0000 The following reply was made to PR misc/69788; it has been noted by GNATS. From: Steven Smith To: SAKUMA takayuki Cc: freebsd-gnats-submit@FreeBSD.org, sos22@srcf.ucam.org Subject: Re: misc/69788: The processing result of strtoul() cannot judge whether it is an error. Date: Fri, 30 Jul 2004 10:17:58 +0100 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > ul =3D strtoul("4294967296", &p, 10); > ul =3D strtoul("4294967295", &p, 10); >=20 > 2nd strtoul() will success, but errno =3D=3D ERANGE. > Is it necessary to set errno as 0 before calling 2nd strtoul() ? Yes: a succesful library call leaves errno unchanged, rather than setting it to 0 (usually). Steven Smith, sos22@cantab.net. --=20 One day, I'm going to get an Alice-bot to answer all my email for me, and see how long it takes people to notice. --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBChJGO4S8/gLNrjcRAodQAJ951qp8yxY5B6y8Fk6GFvykvbfECwCgmd67 ovQTHPfFdMOHK43A+lOieY0= =2ciO -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR--