Subject: | Division by zero exception |
On freebsd 4.7-RC and 4.6-STABLE Net::DNS fails with
Illegal division by zero at /usr/local/lib/perl5/site_perl/5.005/Net/DNS/Resolver.pm line 825.
I think the culprit is the code on line 834 which changes the
@ns array if sending fails. In our case the system walks through
DNS entries on a machine where sending packets to rfc1918 addresses
is blocked and when trying to send one it fails the $sock->send
Pete