]> granicus.if.org Git - pdns/commit
auth: Don't exit if the webserver can't accept a connection
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 15 Sep 2016 14:41:32 +0000 (16:41 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 12 Jan 2017 09:22:01 +0000 (10:22 +0100)
commit17d60ab0e6439ff934a8c3db6d39c37a59cf1524
treecfc96ec7592d85753a42e53b6c59ebd0cf52e623
parentacd402e48b4fc67f9d8c166969a18b1db1c148ad
auth: Don't exit if the webserver can't accept a connection

This could lead to a Denial Of Service, before we even got a chance
to check that the remote client is allowed by the ACL.

Reported by mongo (thanks!).
pdns/webserver.cc