Skip Menu |

This queue is for tickets about the Net-DNS-DynDNS CPAN distribution.

Report information
The Basics
Id: 80338
Status: resolved
Priority: 0/
Queue: Net-DNS-DynDNS

People
Owner: Nobody in particular
Requestors: bitcard [...] ziobro.rochester.ny.us
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.97
Fixed in: (no value)



Subject: Bug in test for zero byte in IP address
Failure of check on IP addresses with a zero octet. Fix line 235 in DynDNS.pm: < if ( ( $byte >= $MAXIMUM_VALUE_OF_AN_OCTET ) || ( $byte <= 0 ) ) { --- Show quoted text
> if ( ( $byte >= $MAXIMUM_VALUE_OF_AN_OCTET ) || ( $byte <
0 ) ) { Thanks! //Z\\ Jim Ziobro
Fixed in 0.98 uploaded to CPAN