Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
border: check ifCurr before dereferencing it (#1986)
There might be situations where ifCurr has not been set or cannot be calculated because, ie. malformed headers. Currently the border router panics in those situations when trying to create SCMP path offsets information. Safe check that ifCurr is set before use.
- Loading branch information