mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +00:00
Using TIMEVAL_MSEC_SUBTRACT can lead to integer overflow when the times are far apart (such as epoch (0) or uninitialized timeval and "now"). Instead, calculate the "deadline" and use TIMEVAL_AFTER to test.
221 KiB
221 KiB