]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* For retriggering a DNS lookup worker->cp->addr should be set to NULL and thus
authorRuediger Pluem <rpluem@apache.org>
Tue, 25 Apr 2023 11:52:17 +0000 (11:52 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 25 Apr 2023 11:52:17 +0000 (11:52 +0000)
commitdc498e9fde0efa2c968799cc295000d13104b82c
treeea08057feb721edc2942e7eb9459df6f27344a0c
parentf3825febe88382eabd89837c90ca3284660d234a
* For retriggering a DNS lookup worker->cp->addr should be set to NULL and thus
  we need to avoid a race that worker->cp->addr switches to NULL after we
  checked it to be non NULL but before we assign it to conn->addr in an else
  tree which would leave conn->addr to NULL and likely cause a segfault later.

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