]> granicus.if.org Git - apache/commitdiff
Note the patch submitted today by Jon Travis about cleaning up inet_ntoa.
authorRyan Bloom <rbb@apache.org>
Sat, 2 Dec 2000 07:15:32 +0000 (07:15 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 2 Dec 2000 07:15:32 +0000 (07:15 +0000)
This patch is waiting until IPv6 is settled, and we can really see what
we are left with.  I don't want us to forget that inet_ntoa has thread-
safeness issues, so I am noting this patch here.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87154 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2e2092c019076fbb24a2f896efffd6c6626c89e0..38a17dc4f49ef51fbd2999d570b64b9a9af2e1a6 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 2000/12/01 22:56:47 $]
+Last modified at [$Date: 2000/12/02 07:15:32 $]
 
 Release:
 
@@ -648,6 +648,11 @@ Documentation that needs writing:
 
 Available Patches:
 
+   * Jon Travis's <jtravis@covalent.net> patch to deal with thread-safe
+     issues with inet_ntoa.  See message <20001201163220.A12827@covalent.net>
+       Status:  This is being set aside until the IPv6 work is finished
+                so that we know exactly what is required.
+
    * Martin Sojka <msojka@gmx.de>'s patch to add error reporting for failed 
      htpasswd actions due to a full /tmp volume (other programs may have
      similar problems?)