[jdk17u-dev] Integrated: 8323562: SaslInputStream.read() may return wrong value
Satyen Subramaniam
ssubramaniam at openjdk.org
Wed Oct 23 16:31:12 UTC 2024
On Tue, 22 Oct 2024 15:47:37 GMT, Satyen Subramaniam <ssubramaniam at openjdk.org> wrote:
> Backporting JDK-8323562: SaslInputStream.read() may return wrong value. SaslInputStream.read() should return a value in the range from 0 to 255 per the spec of InputStream.read() but it returns the signed byte from the inBuf as is. Patch is clean.
This pull request has now been integrated.
Changeset: 31467103
Author: Satyen Subramaniam <ssubramaniam at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/31467103b9fbc8458e383495d80be0ee666608e4
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8323562: SaslInputStream.read() may return wrong value
Backport-of: 5cf7947ccd1fc56e8944c28145a9c8e71f5e1a03
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/2989
More information about the jdk-updates-dev
mailing list