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
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