-
Type:
Bug
-
Status: Closed (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 the class IsisTopologyProvider.java, method private LinkDescription buildLinkDes(IsisLink isisLink)
the argument is not checked for null, but it is derefenced at line 158 and then compared with null at line 188
We should add checkNotNull(isisLink)