]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a Windows seg fault on startup when multiple listen directives are being used.
authorBill Stoddard <stoddard@apache.org>
Fri, 9 Mar 2001 18:28:55 +0000 (18:28 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 9 Mar 2001 18:28:55 +0000 (18:28 +0000)
commit0e31d04682665c8ee284be2b4b3f343f2b8ea0a9
treefc4dcf5d597fc883a6677a5cebac284024af5133
parent220906dd7201f7d73d9d16bb86d086a8d7031d1f
Fix a Windows seg fault on startup when multiple listen directives are being used.

The pool pointer in the local address field in apr_sock_t is not initialized until a
request is received.  in general, we should not rely on the addressed in apr_sock_t
when doing work on the listen_recs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88482 13f79535-47bb-0310-9956-ffa450edef68
server/listen.c