mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-02 13:18:52 +00:00
Merge pull request #7382 from sworleys/Fix-Msg-Buff
zebra: fix unitialized msg header reading at startup
This commit is contained in:
commit
33fa4b14db
@ -1051,7 +1051,7 @@ static int nl_batch_read_resp(struct nl_batch *bth)
|
||||
{
|
||||
struct nlmsghdr *h;
|
||||
struct sockaddr_nl snl;
|
||||
struct msghdr msg;
|
||||
struct msghdr msg = {};
|
||||
int status, seq;
|
||||
const struct nlsock *nl;
|
||||
struct zebra_dplane_ctx *ctx;
|
||||
|
Loading…
Reference in New Issue
Block a user