NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: PR/49053
The following reply was made to PR bin/49053; it has been noted by GNATS.
From: christos%zoulas.com@localhost (Christos Zoulas)
To: "Kamil Rytarowski" <n54%gmx.com@localhost>,
gnats-bugs%gnats.netbsd.org@localhost
Cc:
Subject: Re: PR/49053
Date: Tue, 5 Aug 2014 04:21:19 -0400
On Aug 5, 9:56am, n54%gmx.com@localhost ("Kamil Rytarowski") wrote:
-- Subject: Re: PR/49053
| Hello,
| =C2=A0
| Thank you for importing and polishing timeout(1)!
| =C2=A0
| I've introduced there a bug with checking for overload:
| =C2=A0
| if (errno =3D=3D ERANGE && (sig =3D=3D INT_MAX || sig =3D=3D INT_MIN))
|
| sig is of type long. I was thinking to change it to int so it resulted in p=
| artly applied idea with the comparison to INT_MAX to int_MIN.
|
| Please change it back to LONG_MAX and LONG_MIN.
|
| The problem-report may be set as resolved.
Done.
christos
Home |
Main Index |
Thread Index |
Old Index