RFR: 8258736: No break in the loop
Xue-Lei Andrew Fan
xuelei at openjdk.java.net
Sat Dec 19 05:53:59 UTC 2020
It looks like the break is missed in the loop of the SSLCipher.createReadCipher() and createWriteCipher() methods. See the change set.
Code cleanup, no new regression test.
Bug: https://bugs.openjdk.java.net/browse/JDK-8258736
-------------
Commit messages:
- 8258736: No break in the loop
Changes: https://git.openjdk.java.net/jdk/pull/1848/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1848&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8258736
Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/1848.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/1848/head:pull/1848
PR: https://git.openjdk.java.net/jdk/pull/1848
More information about the security-dev
mailing list