You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: brunoerg/bitcoinfuzz#49
The text was updated successfully, but these errors were encountered: