busybox/networking
Denys Vlasenko 936c401077 dhcpd: fix an improper widening conversion
We wanted to detect when tv_sec = unsigned1 - unsigned2
underflows by looking at tv_sec's sign. But if tv_sec
is long and it is wider than unsigned, we get unsigned -> long
conversion which is in this case never negative.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2015-01-27 21:59:40 +01:00
..
2013-01-14 15:57:44 +01:00
2011-07-08 05:47:49 +02:00
2015-01-26 15:45:48 +01:00
2012-03-19 12:22:57 +01:00
2013-01-14 01:34:48 +01:00
2014-02-10 09:51:03 +01:00
2011-12-06 18:59:55 +01:00
2014-01-09 20:09:43 +01:00
2010-11-28 23:01:18 +01:00
2014-08-27 16:01:25 +02:00
2011-07-25 16:35:44 +02:00
2013-05-12 02:13:24 +02:00