]> 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:47:32 +0000 (09:47 +0100)
commitddf0d28c61d87e23d1fa4861ecd706b5846941b5
treebf0ac80a35b6fa02b1cd068e363ec28dc797502c
parentc0e7fac1f57b05968d9e3319b88cccf38b5f64b0
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