Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Installer Core 3.0.0
-
None
Description
The logging code does first a getLogService() to check if the service is available. If it is available it calls getLogService() again and directly logs.
This might result in an NPE when the log service goes away between the two calls