* mod_proxy_ftp: Fix segfaults on IPv4 requests to hosts with DNS AAAA records.
PR 40841.
trunk patch: http://svn.apache.org/viewvc?rev=1404625&view=rev
- 2.4.x patch: trunk patch works:
- +1: jim, druggeri
- sf notes: The if (!epsv_addr) check is wrong: the return value of
- apr_sockaddr_info_get() should be checked instead, or
- epsv_addr needs to be initialized to NULL.
- The if (!data_sock) case can never be hit because
- apr_socket_create() never returns a NULL socket when it also
- returns APR_SUCCESS. And if data_sock were NULL, the
- apr_socket_opt_set() call would segfault before the check is
- hit.
- -1: sf (until at least the epsv_addr check is fixed)
+ http://svn.apache.org/viewvc?rev=1420223&view=rev
+ 2.4.x patch: trunk patch works, or
+ http://people.apache.org/~jorton/proxyftpepsv-24.patch
+ +1: jorton,
A list of further possible backports can be found at:
http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt