]
Ondrej Lukas updated ELY-539:
-----------------------------
Labels: static_analysis (was: )
Infinite loop in
WildFlySecurityManagerPermissionCollection.readResolve() method
--------------------------------------------------------------------------------
Key: ELY-539
URL:
https://issues.jboss.org/browse/ELY-539
Project: WildFly Elytron
Issue Type: Bug
Affects Versions: 1.1.0.Beta5
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
Labels: static_analysis
There is infinite loop in WildFlySecurityManagerPermissionCollection.readResolve() on
line 61 [1]. Variable {{bits}} is never changed in {{while}} cycle.
[1]
https://github.com/wildfly-security/wildfly-elytron/blob/ef67225884aa79b8...