Commit c868168d authored by Jeff Trawick's avatar Jeff Trawick
Browse files

propose simple tweak to avoid crash


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@395850 13f79535-47bb-0310-9956-ffa450edef68
parent 339efd5e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -129,6 +129,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         http://svn.apache.org/viewcvs.cgi?rev=102870&view=rev
       +1: wrowe, colm

    * htdbm: Fix crash in 64-bit mode on HP-UX caused by unexpected
      placement of crypt() prototype (unistd.h).
        Trunk version of patch:
          http://svn.apache.org/viewcvs?rev=393364&view=rev
        2.0.x version of patch:
          Trunk version works
      +1: trawick

PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:

    *) mod_headers: Support {...}s tag for SSL variable lookup.