]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Just one more offering
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 15 May 2001 15:57:03 +0000 (15:57 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 15 May 2001 15:57:03 +0000 (15:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89120 13f79535-47bb-0310-9956-ffa450edef68

Announcement

index 949278e5bd459ace97a9b9c66310d721c2e3ea18..b67e918113c438e71e648010c8b0441b7871085c 100644 (file)
@@ -80,6 +80,9 @@
        was identified for this denial of service exploit.
                                             
    The general bug fixes:
+     * Eliminate a potential segfault if an invalid floating point value
+       is passed to the ap_snprintf() function, on platforms supporting
+       isnan() and isinf().
      * Fix a possible segfault at startup in the detection of a default
        ServerName or IP string when no ServerName was specified.
      * Fixed mod_proxy to retain empty headers, as allowed by RFC2068.
        different implementation than the native calls in the win32 port.
      * Support for building modules with apxs under Win32.  cygwin builders 
        must use a cygwin build of perl to avoid MSVC handling.
+