summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEhsan Mohandesi <[email protected]>2023-01-13 09:27:41 -0800
committerTom Rini <[email protected]>2023-02-02 14:44:53 -0500
commit7db25d99b21ae7b2a04153a93afe7692c86992ac (patch)
tree591c0be13f7533905c68d715cdeed0d9d0a2536a /scripts
parent796e549822bdb49128578d8ae82d28a5249b4816 (diff)
net: ipv6: Fixed IPv6 string to address conversion off-by-one error
One extra character was being checked in the IPv6 string which caused the last character of the address to be neither '\0' nor ':'. This raises an error condition and causes the function to always return an error. This issue was resolved by this fix. Signed-off-by: Ehsan Mohandesi <[email protected]> Reviewed-by: Viacheslav Mitrofanov <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions