[jdk21u-dev] RFR: 8323562: SaslInputStream.read() may return wrong value
duke
duke at openjdk.org
Wed Oct 23 16:26:05 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.
@satyenme
Your change (at version 7eedb2560054bf1e6db09967a7a804092a8bb295) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/1078#issuecomment-2432785724
More information about the jdk-updates-dev
mailing list