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: "Kamil Rytarowski" <n54%gmx.com@localhost>
To: gnats-bugs%gnats.netbsd.org@localhost
Cc: christos%netbsd.org@localhost
Subject: Re: PR/49053
Date: Tue, 5 Aug 2014 09:56:50 +0200
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 =
partly 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.
Thank you,
Home |
Main Index |
Thread Index |
Old Index