> Since IPv6 support was added, in dgram_write() the size of data->peer > cannot be used for sendto() anymore. The union has the size of > sockaddr_in6 when IPv6 is enabled and therefore sendto() always fails > with Invalid Argument when only IPv4 is used. It should be either the > size of sockaddr_in or sockaddr_in6, depending on the protocol.
Addressed in http://cvs.openssl.org/chngview?cn=19053. Thanks for report. Case is being dismissed. A. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
