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