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
Fix (attempt) GH-20752: netsnmp_session_init() without system ipv6.
- opening up building peername to non ipv6 supported systems.
- while at it, inet_ntop should not be called with a query size
as large as MAX_NAME_LEN/MAX_OID_LEN but INET6_ADDRSTRLEN max.
- checking in case of non ipv6 support (AF_INET6 can be still
defined in this case).
0 commit comments