]> granicus.if.org Git - apache/commit
* modules/proxy/ajp_header.c (sc_for_req_header): Zero-initialize
authorJoe Orton <jorton@apache.org>
Fri, 5 Oct 2018 10:12:12 +0000 (10:12 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 5 Oct 2018 10:12:12 +0000 (10:12 +0000)
commit6ac821d9af5b2c84e77bc02ebb179c64c7f4653c
treed4a49a1cdd9852eb28affbf0eac8a68973733606
parent48223d7e2bf66826be1796cbf5c651eb62735fed
* modules/proxy/ajp_header.c (sc_for_req_header): Zero-initialize
  buffer to avoid potential (harmless) memcmp comparison against
  garbage stack data later.  (clang warning).

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