netty5/transport-native-unix-common
Norman Maurer 882c111568
Ensure IovArray is usuable without sun.misc.Unsafe (#10870)
Motivation:

https://github.com/netty/netty/pull/10814 did fix a bug where we did try to call memoryAddress() even tho this is not supported. Unfortunally this fix was only applied for one method and so we missed another method which then could throw an exception when we called memoryAddress()

Modifications:

- Also fix the memoryAddress(offset) method.
_ Adjust unit test to also test this.

Result:

Fixes https://github.com/netty/netty/issues/10813 completely.
2020-12-16 20:46:19 +01:00
..
src Ensure IovArray is usuable without sun.misc.Unsafe (#10870) 2020-12-16 20:46:19 +01:00
Makefile Use netty-jni-util and so remove a lot of duplication (#10735) 2020-10-29 16:36:07 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2020-12-08 11:51:39 +00:00