btcd icon indicating copy to clipboard operation
btcd copied to clipboard

Check if there is ipv4 or tor addresses embedded in ipv6 is missing for `netaddressv2`

Open brunoerg opened this issue 8 months ago • 0 comments

When reading a netaddressv2, btcd doesn't check if there is an ipv4 embedded into an ipv6 address, this might be ok for v1 encoding but not for v2. This kind of address, for example, is ignored by Core and pointed out as invalid.

For reference: https://github.com/brunoerg/bitcoinfuzz/issues/49

brunoerg avatar Jun 26 '24 12:06 brunoerg