commit | ebe8c14d34d3f6957b4e44967c9089b84e144ddf | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Jun 15 01:42:21 2021 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Jun 15 01:42:21 2021 +0200 |
tree | 519d8b4fc2a7214af62af0098a1ec362b1dccb77 | |
parent | 9e27fed6b9a21454149873cfc4e034c8226f8ffb [diff] |
udhcpc: do not use inet_addr() to parse -r REQ_IP, it's deprecated ...and we did not error-check it, and this is the only use of it: function old new delta inet_addr 37 - -37 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>