]> granicus.if.org Git - apache/commit
Avoid a potential integer underflow in the lock timeout value sent back to a client...
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 13 Mar 2015 07:21:10 +0000 (07:21 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 13 Mar 2015 07:21:10 +0000 (07:21 +0000)
commit71e93ff17b9464e5bfc275c76190b4efc9640b0c
treedd3e2753718b15a4a022fcb29e0c5ab67b54a02e
parent5c4f5c43ccb34f129278764e04c3cc9ab1c95ea3
Avoid a potential integer underflow in the lock timeout value sent back to a client. The answer to a LOCK request could be an extremly large integer if the time needed to lock the resource was longer that the requested timeout given in the LOCK request. In such a case, we now answer "Second-0".  PR55420

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1666361 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/dav/main/util_lock.c