From 67a964e3f6ed21e537c3786c8742e52f582cb3a9 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 11 Dec 2012 15:38:54 +0000 Subject: [PATCH] Update mod_proxy_ftp EPSV handling patch per sf's comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1420229 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/STATUS b/STATUS index 2d4c33fb36..7137509ce4 100644 --- a/STATUS +++ b/STATUS @@ -176,17 +176,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * 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 -- 2.50.1