]> granicus.if.org Git - apache/commit
Use APR_STATUS_IS_TIMEUP instead of direct compare to APR_TIMEUP to
authorRainer Jung <rjung@apache.org>
Thu, 10 Jun 2010 18:52:27 +0000 (18:52 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 10 Jun 2010 18:52:27 +0000 (18:52 +0000)
commitdd92e8d0d36b4cc63f091a3a2aaf38903cdc043c
treefeed1dbbb1cabc9abf17b730e1efd21a4d2e6158
parent1541eb4e2d0dabce5bf5378884980172d25eab79
Use APR_STATUS_IS_TIMEUP instead of direct compare to APR_TIMEUP to
be more safe on different platforms.

Note: This commit has an additional, platform-independent change to
mark the back-end connection for closing ("backend->close = 1;").
That code is not required to resolve CVE-2010-2068 on any platform.

PR: 49417
Addresses CVE-2010-2068

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@953418 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy_http.c