fib: fix coverity 253539
Add an ASSERT so coverity is aware of the assumption taken, without incurring any penalty in release build. Type: fix Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com> Change-Id: I3e7e1e77059492315409efbed47657f9e56d167c Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
This commit is contained in:

committed by
Neale Ranns

parent
b46a4e69e5
commit
165c963ec5
@ -592,6 +592,7 @@ load_balance_fill_buckets_sticky (load_balance_t *lb,
|
||||
{
|
||||
/* fill the bucks from the next up path */
|
||||
load_balance_set_bucket_i(lb, bucket++, buckets, &fwding_paths[fpath].path_dpo);
|
||||
ASSERT(vec_len(fwding_paths) > 0);
|
||||
fpath = (fpath + 1) % vec_len(fwding_paths);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user