netty5/handler/src/main/java/io/netty
Norman Maurer ed1071d327 Limit the maximum size of the allocated outbound buffer to MAX_ENCRYPTED_PACKET_LENGTH
Motivation:

We should limit the size of the allocated outbound buffer to MAX_ENCRYPTED_PACKET_LENGTH to ensure we not cause an OOME when the user tries to encrypt a very big buffer.

Modifications:

Limit the size of the allocated outbound buffer to MAX_ENCRYPTED_PACKET_LENGTH

Result:

Fixes [#6564]
2017-03-31 07:53:50 +02:00
..
handler Limit the maximum size of the allocated outbound buffer to MAX_ENCRYPTED_PACKET_LENGTH 2017-03-31 07:53:50 +02:00