Commit 6efc513
Harini Subramanian
zebra: Coverity issue (Null pointer derefence(CID 110225))
This commit addresses null pointer dereference in zebra/zebra_srv6_vty.c
CID 110225: Dereference null return value (NULL_RETURNS)
dereference: Dereferencing zvrf, which is known to be NULL.
Description:
Handled null check accordingly.
Signed-off-by: Harini Subramanian <hnattamaisub@nvidia.com>1 parent 108d9b0 commit 6efc513
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | | - | |
| 467 | + | |
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| |||
0 commit comments