netty5/buffer/src/main/java/io
Nick Hill 48c45cf4ac Fix leak and corruption bugs in CompositeByteBuf (#8438)
Motivation:

I came across two bugs:
- Components removed due to capacity reduction aren't released
- Offsets aren't set correctly on empty components that are added
between existing components

Modifications:

Add unit tests which expose these bugs, fix them.

Result:

Bugs are fixed
2018-10-28 10:28:18 +01:00
..
netty/buffer Fix leak and corruption bugs in CompositeByteBuf (#8438) 2018-10-28 10:28:18 +01:00