[jdk17u-dev] RFR: 8323562: SaslInputStream.read() may return wrong value

duke duke at openjdk.org
Wed Oct 23 16:26:07 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.

@satyenme 
Your change (at version 33aea613e1d5b7e4667425232e112849572d42c6) is now ready to be sponsored by a Committer.

-------------

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2989#issuecomment-2432783741


More information about the jdk-updates-dev mailing list