TYPE conceptual error WHERE b_sock.c:689 in BIO_get_accept_socket() DESCRIPTION the parsing of source address is not complete when requesting IPv6 listening explicitly (e.g "localhost::1234" leads to h="localhost:", p="1234") AFFECTS all hosts with IPv6 syntax "::" excluding "::port" -------------- TYPE incorrect behaviour of API WHERE b_sock.c:705 in BIO_get_accept_socket() DESCRIPTION requesting an IPv6 listening of an host without AAAA record fallback to IPv4 AFFECTS all hosts supporting IPv4 only TYPE programming error WHERE newkey.c:133 in main() DESCRIPTION if host2netname() came to fail, the buff `name' is left uninitialized. Thus it possibly leads to a sigsev when displayed at line 137. AFFECTS *