[jdk21u-dev] Integrated: 8323562: SaslInputStream.read() may return wrong value

Satyen Subramaniam ssubramaniam at openjdk.org
Wed Oct 23 16:31:10 UTC 2024


On Tue, 22 Oct 2024 15:47:27 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: 826184c4
Author:    Satyen Subramaniam <ssubramaniam at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.org/jdk21u-dev/commit/826184c4c04dcb3f394cb22711457b6bc3bee6f7
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/jdk21u-dev/pull/1078


More information about the jdk-updates-dev mailing list