netty5/transport-native-epoll/src
Norman Maurer 6b71089373 Fix JVM segfault during JNI call. Part of [#2647]
Motivation:
Currently when Native.writev(...) is used it is possible to see a JVM segfault because the offset is updated to early.

Modification:
Only update the offset once it is safe to do so.

Result:
No more segfault
2014-07-09 13:36:15 +02:00
..
main Fix JVM segfault during JNI call. Part of [#2647] 2014-07-09 13:36:15 +02:00
test/java/io/netty/channel/epoll Fix most inspector warnings 2014-07-02 19:04:11 +09:00