]
Sebastian Łaskawiec updated ISPN-7566:
--------------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.CR3
(was: 9.0.0.Final)
Resolution: Done
ByteString.readObject() throws NegativeArraySizeException when length
> 127
---------------------------------------------------------------------------
Key: ISPN-7566
URL:
https://issues.jboss.org/browse/ISPN-7566
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.0.0.CR2
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 9.0.0.CR3
We don't expect or recommend cache names this big, but we should fail at the time the
`ByteString` is created and not at the time it is read by a remote node.