]> 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:15:19 +0000 (10:15 +0100)
commitbcd565f5da5263930952143ddd1539373de3137d
tree35e702b58bdf5dea9cbfc2cf3b12f56eae0bc89d
parent66e5e3c8c5d49be57319dea401989fae5dd5f2a7
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