NetworkManager/clients
Thomas Haller 69ccbb7513 tui: avoid integer overflow checking the range in NmtNewtEntryNumeric
strtoul() operates on "unsigned long" while NmtNewtEntryNumeric uses
"int".

strtoul() might indicate that the text is a valid "unsigned long",
however, then casting to "int" might lead to truncation of the number
and wrong range check.

Also, the type supposedly handles negative integers as well. Not with
strtoul().
2017-09-05 18:44:04 +02:00
..
cli cli: show new enable-disable-connectivity-check permission 2017-08-17 23:09:07 +02:00
common clients: don't default Bluetooth to the PANU profile 2017-08-23 16:19:32 +02:00
tui tui: avoid integer overflow checking the range in NmtNewtEntryNumeric 2017-09-05 18:44:04 +02:00
nm-online.c nm-online: fix wrong assertion failure during nm-online 2017-02-07 19:42:30 +01:00