]> git.puffer.fish Git - matthieu/frr.git/commit
pbrd: initialize structs used in hash_lookup
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 22 Jan 2025 10:16:10 +0000 (11:16 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 11 Feb 2025 08:50:25 +0000 (09:50 +0100)
commit550b50905c4deee5d2dbc86f79ee59f3d97970ed
tree03d01790d887e6bd161ded818007e1c98c565682
parent81c2d91b30493f05920b4d3c10c9b778f2a1e47a
pbrd: initialize structs used in hash_lookup

Doesn't seem to break anything but really poor style to pass potentially
uninitialized data to hash_lookup.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit c88589f5e9351654c04322eb395003297656989d)
pbrd/pbr_nht.c
pbrd/pbr_vty.c