diff options
author | Chris Packham <judge.packham@gmail.com> | 2017-01-04 13:36:25 +1300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-14 16:47:11 -0500 |
commit | d921ed9a2a553afe0c13638ed339ee42d4572935 (patch) | |
tree | ec3fdcbd07b4ea95cfd5a20dc000cdb24ddcf1dc /drivers/pcmcia | |
parent | 266aa86b04437d29d66d73c0205fae1480c9923f (diff) | |
download | u-boot-imx-d921ed9a2a553afe0c13638ed339ee42d4572935.zip u-boot-imx-d921ed9a2a553afe0c13638ed339ee42d4572935.tar.gz u-boot-imx-d921ed9a2a553afe0c13638ed339ee42d4572935.tar.bz2 |
lib: net_utils: make string_to_ip stricter
Previously values greater than 255 were implicitly truncated. Add some
stricter checking to reject addresses with components >255.
With the input "1234192.168.1.1" the old behaviour would truncate the
address to 192.168.1.1. New behaviour rejects the string outright and
returns 0.0.0.0, which for the purposes of IP addresses can be
considered an error.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'drivers/pcmcia')
0 files changed, 0 insertions, 0 deletions