GitHub user ivandasch opened a pull request:
https://github.com/apache/ignite/pull/4196 IGNITE-8755: If size is too big and left shift can cause arithmetic oâ¦
â¦veflow, just allocate bytes for required size. So NegativeArrayException will never throw
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/ivandasch/ignite ignite-8755
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4196.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4196
----
commit 0a77d3d2cd9713669e756078f0231faee743c7c1
Author: Ivan Daschinskiy <ivandasch@...>
Date: 2018-06-15T10:16:40Z
IGNITE-8755: If size is too big and left shift can cause arithmetic oveflow, just allocate bytes for required size.
----
---