On Fri, Jan 13, 2023 at 09:27:41AM -0800, emohand...@linux.microsoft.com wrote:
> From: Ehsan Mohandesi
>
> 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 functi
On Fri, 2023-01-13 at 09:27 -0800, emohand...@linux.microsoft.com
wrote:
> From: Ehsan Mohandesi
>
> 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 t
From: Ehsan Mohandesi
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 Mo
3 matches
Mail list logo