]> granicus.if.org Git - pdns/commit
Prevent SIGFPE in wrandom routine - Fixes Issue #2794
authorNigel Jones <nigel@nigelj.com>
Thu, 22 Oct 2015 10:16:15 +0000 (23:16 +1300)
committerNigel Jones <nigel@nigelj.com>
Thu, 22 Oct 2015 10:20:52 +0000 (23:20 +1300)
commitd289442518bd8ce13ce141bb1164f9c4b12f1ce1
tree5bf20e6d508e927c52509e5a89126457c970a403
parent2248bf3755c8d39c618041f4e2879f9e9e4285f5
Prevent SIGFPE in wrandom routine - Fixes Issue #2794

When a selected pool is empty (no servers in the default pool) or all servers in
the pool are marked as down, a Floating Point Exception will trigger as the
situation isn't caught.
pdns/dnsdist.cc