]
Ondrej Lukas updated ELY-538:
-----------------------------
Labels: static_analysis (was: )
Infinite loop in ElytronPermissionCollection.readResolve() method
-----------------------------------------------------------------
Key: ELY-538
URL:
https://issues.jboss.org/browse/ELY-538
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 ElytronPermissionCollection.readResolve() on line 61 [1].
Variable {{bits}} is never changed in {{while}} cycle.
[1]
https://github.com/wildfly-security/wildfly-elytron/blob/ef67225884aa79b8...