netty5/buffer/src
Norman Maurer 19907030d1 [#4841] Fix segfault if UnpooledUnsafeHeapByteBuf.getShort(..) is used and UNALGINED access is not possible.
Motivation:

We missed to take the byte[] into account when try to access the bytes and so produce a segfault.

Modifications:

Correctly pass the byte[] in.

Result:

No more segfault.
2016-02-05 09:24:32 +01:00
..
main/java/io/netty/buffer [#4841] Fix segfault if UnpooledUnsafeHeapByteBuf.getShort(..) is used and UNALGINED access is not possible. 2016-02-05 09:24:32 +01:00
test/java/io/netty/buffer Fix IndexOutOfBoundsException for CompositeByteBuf #4679 2016-01-08 19:11:57 -08:00