On Thu, 11 Jan 2024 06:28:51 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: 5cf7947c
Author:    Sergey Bylokhov <s...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/5cf7947ccd1fc56e8944c28145a9c8e71f5e1a03
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8323562: SaslInputStream.read() may return wrong value

Co-authored-by: Aleksey Shipilev <sh...@openjdk.org>
Reviewed-by: shade, dfuchs

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

PR: https://git.openjdk.org/jdk/pull/17365

Reply via email to