-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR9
Coverity static-analysis scan found a possilbe method call on null object in the ClassLoadingAttributeDefinitions.resolveClassLoader method.
https://scan7.coverity.com/reports.htm#v16159/p12663/fileInstanceId=6892131&defectInstanceId=1794525&mergedDefectId=1388482
Following code
Module current = Module.getCallerModule(); if (module != null) { ModuleIdentifier mi = ModuleIdentifier.fromString(module); current = current.getModule(mi);
The current value returned from Module.getCallerModule() may be null. The getModule() method is called on it without the null-check.
- is cloned by
-
WFLY-7832 Coverity: dereference null value in ClassLoadingAttributeDefinitions (Elytron subsystem)
- Closed
- is incorporated by
-
JBEAP-8410 Upgrade to Elytron Subsystem 1.0.0.Alpha20
- Closed