netty5/transport-sctp/src/main/test/io/netty
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
..
channel/sctp [#4204] Broken support of SCTP_INIT_MAXSTREAMS in *SctpServerChannel 2016-08-05 18:55:47 +02:00
handler/codec/sctp SctpMessageCompletionHandler may leak ByteBuf for fragmented messages. (#7832) 2018-04-02 21:37:03 +02:00