netty5/handler/src/main/java/io/netty
Norman Maurer 92b786e2f3 Fix possible leak in SslHandler if wrap(...) throws.
Motivation:

We can end up with a buffer leak if SSLEngine.wrap(...) throws.

Modifications:

Correctly release the ByteBuf if SSLEngine.wrap(...) throws.

Result:

Fixes [#7337].
2017-10-24 18:52:20 +02:00
..
handler Fix possible leak in SslHandler if wrap(...) throws. 2017-10-24 18:52:20 +02:00