]> git.puffer.fish Git - mirror/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:49:33 +0000 (09:49 +0100)
commit54d4153afa6cedc895e0527e9afce0be27a109a4
tree0825ab9eeeaea60597b4eff0cd53e14242216e53
parente3474219fb3b84695f744ffb3509c981c8010aa5
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