]> git.ipfire.org Git - thirdparty/pdns.git/commit
auth: Don't exit if the webserver can't accept a connection 4888/head
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 11:15:52 +0000 (12:15 +0100)
commit84edb72eeb33b3fe9598a8630c0ac3afc39236c5
treeb733402a22c6b1ecd049eb95729a3d2c9b29ec39
parentb14c7d809da1273e3614025f5ac8cade3e89c8c0
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!).

(cherry picked from commit a84b0d994dfc39d4379050ff9249891ed3e82f56)
pdns/webserver.cc