-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: javafx
This was found by code inspection. We have a call to query for MSAA support that has to do an object dereferencing but this object can be null. This call needs to be in a guarded block.