Commit 048ba4ad authored by Daniel Gruno's avatar Daniel Gruno
Browse files

it's an older code, but it checks out...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1808728 13f79535-47bb-0310-9956-ffa450edef68
parent 88a46a8d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -193,11 +193,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  http://svn.apache.org/r1805206 (partial)
                  http://svn.apache.org/r1808723
     2.4.x patch: http://home.apache.org/~jim/patches/httpd-2.4-loadfactor-v2.patch
     +1: jim
     +1: jim, humbedooh
     ylavic: Missing r1805190? Also, I'd use double/%lf instead of float/%f for
             floating point arithmetic...
        jim: I don't see the need to use double when float is more than sufficient.
             Is that a blocker?
        humbedooh: For numbers with this low level of precision, I don't see a need
                   for a double.

  *) htdigest: prevent a buffer overflow when a string exceeds its maximum size
               in a password file. PR: 61511