]> granicus.if.org Git - apache/commit
Setting lr = NULL on line 399 leads the the loop
authorCliff Woolley <jwoolley@apache.org>
Sun, 28 Sep 2003 16:30:43 +0000 (16:30 +0000)
committerCliff Woolley <jwoolley@apache.org>
Sun, 28 Sep 2003 16:30:43 +0000 (16:30 +0000)
commit990368f445bf1fab035ca6c8d4468bb63b18ce76
tree8b39cbbc81098ef6f1b810dccbf2e9d4e22a1bbd
parent05bbc35eb09798cb8fec59aec19e0b38a7c0b468
Setting lr = NULL on line 399 leads the the loop
closing early (see line 343) and the ap_listeners list being
nonsense.

End result is a segfault if something is already listening on ::
on our port when httpd is started.

Submitted by: Colm MacCarthaigh <colm@stdlib.net>

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