commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bug #13449] Infinite recursion in java.net.Inet4Address


From: David Hovemeyer
Subject: [commit-cp] [bug #13449] Infinite recursion in java.net.Inet4Address
Date: Sat, 18 Jun 2005 20:34:33 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13449>

                 Summary: Infinite recursion in java.net.Inet4Address
                 Project: classpath
            Submitted by: daveho
            Submitted on: Sat 06/18/2005 at 20:34
                Category: classpath
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
        Platform Version: None

    _______________________________________________________

Details:

In classpath-0.15:

There are two methods in java.net.Inet4Address implemented
by calling themselves recursively.  This will result in a
stack overflow if they are called.

Methods:
- isMCNodeLocal() (line 145)
- isMCOrgLocal() (line 175)

Found by FindBugs, http://findbugs.sourceforge.net







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13449>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]