c85dd51bc0
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. |
||
---|---|---|
.. | ||
src/main/java/io/netty/channel/unix/tests | ||
pom.xml |