Integrated: 8323562: SaslInputStream.read() may return wrong value

Sergey Bylokhov serb at openjdk.org
Fri Jan 12 23:55:28 UTC 2024


On Thu, 11 Jan 2024 06:28:51 GMT, Sergey Bylokhov <serb at 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 <serb at 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 <shade at openjdk.org>
Reviewed-by: shade, dfuchs

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

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


More information about the core-libs-dev mailing list