netty5/common/src/main/java/io/netty
Norman Maurer 4d5f0e7ad5 NativeLibraryLoader should check the result of ClassLoader#getResource method
Motivation:

NativeLibraryLoader uses ClassLoader#getResource method that can return nulls when the resource cannot be found. The returned url variable should be checked for nullity and fail in a more usable manner than a NullPointerException

Modifications:

Fail with a FileNotFoundException

Result:

Fixes [#7222].
2017-09-19 17:45:06 -07:00
..
util NativeLibraryLoader should check the result of ClassLoader#getResource method 2017-09-19 17:45:06 -07:00