]> 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>
Wed, 29 Jan 2025 15:48:37 +0000 (16:48 +0100)
commitc88589f5e9351654c04322eb395003297656989d
tree1bb8bb213c9a0c7dae7d105e364ff5f87c570a01
parent95cf0b227980999e2af22a2c171e5237e5ffca8e
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>
pbrd/pbr_nht.c
pbrd/pbr_vty.c