Fix overflow / underflow check by moving it up before the return
authorjob <job@openbsd.org>
Wed, 1 Sep 2021 21:43:51 +0000 (21:43 +0000)
committerjob <job@openbsd.org>
Wed, 1 Sep 2021 21:43:51 +0000 (21:43 +0000)
commitc3eb16d014687b088da5e0351028cf82653ba4be
tree64ebd0b1e3ff062e4b139c253c4ebd51881b8be9
parente42df31d26410bca8c670822147ea359ebe8e0e9
Fix overflow / underflow check by moving it up before the return

Also rename 'end' to 'suffix' for readability.

OK beck@
usr.bin/timeout/timeout.c