-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.0
-
Fix Version/s: 1.9.0
-
Component/s: None
-
Story Points:1
-
Sprint:K Sprint #1 - Dyn-Config
In master branch file: OspfNbrImpl.java, method:
private List buildLsUpdate(Map<String, OspfLsa> txList)
Pointer lsa on line number 1904 is dereferenced before it is compared to null on line number 1918.
The dereferencing at line number 1905 will throw a null pointer exception if the pointer lsa points to null.