]> git.puffer.fish Git - matthieu/frr.git/commit
bfdd: Prevent coverity from thinking values are uninited
authorDonald Sharp <sharpd@nvidia.com>
Thu, 12 May 2022 20:58:29 +0000 (16:58 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 12 May 2022 20:58:29 +0000 (16:58 -0400)
commite51c0f771dccf82cd7201f6e03f902fc85a7f3c2
tree989c4e1139bb9c3c82a997e4f34e1d5112c8f596
parentd87c526b1bb0f96ff4cf5fed03c7c434cc121078
bfdd: Prevent coverity from thinking values are uninited

Coverity is claiming that bfdd is able got have bglobal.bg_use_dplane
can be true, while dplane_addr can be uninitialized.  Not really
possible since global variables are initialized to all 0's.  In
any event.  Force it to think it can't go there.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bfdd/bfdd.c