JDK 21 | JDK 22 | JDK 23 |
---|---|---|
21.0.4Fixed | 22.0.2Fixed | 23 b20Fixed |
Relates :
|
In Java_jdk_internal_org_jline_terminal_impl_jna_linux_CLibraryImpl_ioctl0 we see: ws.ws_xpixel = env->GetIntField(data, ws_xpixel); This is wrong: all of the fields in class winsize are of type short. I don't know if this bug is confined to this particular method. As an aside, I'm shocked that the JNI accessors, even in debug mode, don't check the types of the fields they access.
|