-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR11
Seems if statement will never be true, because invKeyPerm is of type byte[]. And permitted values for byte are -128...127.
BSDUnixDESCryptPasswordImpl.java
outBit = invKeyPerm[inBit]; if (outBit == 255) { continue; }
- is cloned by
-
ELY-960 Coverity static analysis: Suspicious integer expression in BSDUnixDESCryptPasswordImpl (Elytron)
-
- Resolved
-