]> granicus.if.org Git - apache/commitdiff
Update mod_proxy_ftp EPSV handling patch per sf's comment.
authorJoe Orton <jorton@apache.org>
Tue, 11 Dec 2012 15:38:54 +0000 (15:38 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 11 Dec 2012 15:38:54 +0000 (15:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1420229 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2d4c33fb36249328e4786fd2431c6297341a3f7b..7137509ce433d6b12f42034cc45d51db0bec43fa 100644 (file)
--- 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