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
The invalid pointer warning becomes an error in gcc14, and it turns out
it's actually an invalid pointer, because it expects a pointer to a
struct with a type tag and not just the IPv4 address, if we have IPv4
and IPv6 enabled (otherwise it typedefs to the IPv4 address and
everything is fine).
Github-fixes: #59
Signed-off-by: Michael Pucher <[email protected]>
Approved-by: Razvan Deaconescu <[email protected]>
Reviewed-by: Razvan Deaconescu <[email protected]>
GitHub-Closes: #60
0 commit comments