]
Galder Zamarreño updated ISPN-10102:
------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Off heap memory get/put byte should check for 1 byte, not 4
-----------------------------------------------------------
Key: ISPN-10102
URL:
https://issues.jboss.org/browse/ISPN-10102
Project: Infinispan
Issue Type: Bug
Components: Off Heap
Affects Versions: 10.0.0.Beta3, 9.4.11.Final
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Priority: Major
Fix For: 10.0.0.Beta4, 10.0.0.Final
Off-heap's getByte/putByte code check that 4 bytes can be read/written when in
reality it should only need 1 byte.
This will only show up if the byte is read/written at the end of a stream. I don't
think it happens right now in the code but could happen in the future.