Files
NetworkManager/shared
Thomas Haller 6cb6888404 platform/tests: better handling "timeout_msec" argument in nmtst_main_context_iterate_until()
nmtst_main_context_iterate_until() is a macro, and we don't want to restrict the
valid integer type (or range) of the "timeout_msec" argument.

In particular, if the user calculates a timeout with "timestamp_msec -
now_msec", the resulting "timeout_msec" might be a negative gint64.
We should handle that gracefully, and not let it be cast to a huge
unsigned int.
2020-10-23 17:11:54 +02:00
..
2020-06-03 22:00:56 +02:00
2020-10-21 10:40:29 +02:00
2020-07-07 11:33:46 +02:00
2020-07-07 11:33:46 +02:00
2020-07-07 11:33:46 +02:00
2020-10-23 17:11:53 +02:00