netty5/buffer
Norman Maurer 469c1ca34c Guard against overflow when calling CompositeByteBuf.addComponent(...) (#10197)
Motivation:

We need to ensure we not overflow when adding buffers to a CompositeByteBuf

Modifications:

- Correctly validate overflow before adding to the internal storage
- Add testcase

Result:

Fixes https://github.com/netty/netty/issues/10194
2020-04-21 12:04:47 +02:00
..
src Guard against overflow when calling CompositeByteBuf.addComponent(...) (#10197) 2020-04-21 12:04:47 +02:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00