]> 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)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 11 Feb 2025 08:43:52 +0000 (08:43 +0000)
commit3d22878abf5af2d9fde955cb745dd8f606888065
treee0c56853161179adf396bd127669336d91d714e5
parent8b89837c99ec33732b829788f66cceebf8273ec1
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