Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6252367

Infinite loop in plugin.jar: netscape.security.PrivilegeTable

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 6
    • deploy
    • None
    • b42
    • generic
    • generic

      Bill Pugh writes:

      We enhanced our infinite recursive loop detector, found a new one
      distributed with the JDK.

      H C IL: There is an apparent infinite recursive loop in
      netscape.security.PrivilegeTable.get(Target). At
      PrivilegeTable.java:[line 93]

      This is in plugin.jar, distributed in both 1.4.2, 1.5.0_02 and 1.6.0b30
      -------------------------------------

      The infinite loop is pretty simple.
          public Privilege get(Target t)
          {
      return get(t);
          }

      ###@###.### 2005-04-08 00:09:18 GMT

            mleisunw Mike Lei (Inactive)
            martin Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: