capnproto-java-rpc/runtime
David Renshaw eb73990798 fix potential overflow in DefaultAllocator
Fixes a bug where the allocator's `nextSize` variable could overflow
and become negative, causing more segments to be allocated than expected.

Also removes a duplicate `this.nextSize += size` statement that
likely made the problem worse.
2021-05-11 21:07:37 -04:00
..
src fix potential overflow in DefaultAllocator 2021-05-11 21:07:37 -04:00
pom.xml Fix build on Fedora 33 2020-12-06 20:47:53 -05:00