Uploaded image for project: 'Commons Net'
  1. Commons Net
  2. NET-521

SubnetUtils.SubnetInfo.getAddressCount() can overflow as it returns an int

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.3
    • 3.4
    • None
    • None

    Description

      The method SubnetUtils.SubnetInfo.getAddressCount() returns an int.

      However a CIDR with 0 or 1 bits in the routing mask can represent more than Integer.MAX_VALUE entries, so the method cannot currently return the correct value.

      Unfortunately, if the method were changed to return a long it would break binary compatibility (the return type is part of the API signature).

      One possible solution is to provide a new method which returns a long, and deprecate the old method.

      If the original method cannot return the correct value, it should probably throw a runtime error.

      Attachments

        Activity

          People

            Unassigned Unassigned
            sebb Sebb
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: