diff options
author | Donald Sharp <sharpd@nvidia.com> | 2023-08-07 21:57:29 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2023-08-07 21:57:29 +0200 |
commit | 296645fc78a4147fdea81f174cb222dd633722c1 (patch) | |
tree | caa9240f377d3dddd040d6609b26e01e58b8c2b8 /ldpd | |
parent | Merge pull request #14151 from opensourcerouting/fix/improve_addpath_selected... (diff) | |
download | frr-296645fc78a4147fdea81f174cb222dd633722c1.tar.xz frr-296645fc78a4147fdea81f174cb222dd633722c1.zip |
ospfd: Ensure listnode returns are usable
Coverity is complaining that listnode can return a NULL
value and thus FRR could derefence the returned value.
Since this is not crashing we know that this is not happening
in the wild. Let's make this an assert or check that it is
legal to use the value.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ldpd')
0 files changed, 0 insertions, 0 deletions