netty5/transport-sctp/src/main/java
Norman Maurer 473f6a6edb
SctpMessageCompletionHandler may leak ByteBuf for fragmented messages. (#7832)
Motivation:

SctpMessageCompletionHandler stores fragments in a Map but not release the stored ByteBuf when the handler is removed.

Modifications:

Release all buffers that are still in the Map when handlerRemoved(...) is called.

Result:

No more leaks for fragemented messages.
2018-04-02 21:37:03 +02:00
..
com/sun/nio/sctp [#884] Split SCTP transport into extra module 2013-01-03 22:19:06 +01:00
io/netty SctpMessageCompletionHandler may leak ByteBuf for fragmented messages. (#7832) 2018-04-02 21:37:03 +02:00