netty5/transport-native-epoll/src/main
Ran 4a5bff2d42 Initialize dynamicMethods before use (#9618)
Motivation:

There is a goto statement above the current position of initialize dynamicMethods, and dynamicMethods is used after the goto which might cause undefined behavior.

Modifications:

Initialize dynamicMehtods at the top.

Result:

No more undefined behavior.
2019-10-08 09:59:54 +02:00
..
c Initialize dynamicMethods before use (#9618) 2019-10-08 09:59:54 +02:00
java/io/netty/channel/epoll Close eventfd shutdown/wakeup race by closely tracking epoll edges (#9586) (#9612) 2019-09-27 09:55:44 +02:00