On Fri, Jun 26, 2020 at 03:44:48PM +0200, Tim Duesterhus wrote:
> The IPv4 code did not take into account that the header value might not
> contain the trailing NUL byte, possibly reading stray data after the header
> value, failing the parse and testing the IPv6 branch. That one adds the
> missing NUL, but fails to parse IPv4 addresses.
> 
> Fix this issue by always adding the trailing NUL.
> 
> The bug was reported on GitHub as issue #715.

Good catch on this historic one, indeed. Thanks!
Willy

Reply via email to