Details
-
Bug
-
Resolution: Fixed
-
Minor
Description
ping allows you to specify 0 for the number of requests to send. On Windows it must be in the range from 1 to 4294967295.
Attached patch checks if the return value of wcstoul to see if it is a valid value for -n.