You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading into a direct byte buffer always starts from position 0 (the call to libc.read() passes the ByteBuffer's address using jnr.invoke.AsmRuntime.longValue() instead of using BufferParameterStrategy.address() to obtain the bytebuffer's address, which disregards its position().
Reading into a direct byte buffer always starts from position 0 (the call to libc.read() passes the ByteBuffer's address using jnr.invoke.AsmRuntime.longValue() instead of using BufferParameterStrategy.address() to obtain the bytebuffer's address, which disregards its position().
replication:
The text was updated successfully, but these errors were encountered: