Skip to content
Snippets Groups Projects
Commit 839e2ca5 authored by Scott Mitchell's avatar Scott Mitchell Committed by Norman Maurer
Browse files

Revert JDK GCM direct buffer crash workaround

Motivation:
Commit 108dc23c introduced a workaround due to a JDK crash when GCM cipher was used during an unwrap operation. Attempting to reproduce this issue with the latest JDK (1.8.0_72-b15) demonstrate that this issue no longer exists while it can be reliably reproduced on earlier JDKs (1.8.0_25-b17 and earlier)

Modifications:
- Remove the copy-to-heap-buffer workaround for JDK engine

Result:
Fixes https://github.com/netty/netty/issues/3256
parent 0b1c82b2
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment