mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 11:18:59 +00:00
pim6d: fix string constant size
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
5795b17cc3
commit
12a0d83c8c
@ -523,7 +523,7 @@ DEFPY (interface_no_ipv6_mld,
|
||||
IFACE_MLD_STR)
|
||||
{
|
||||
const struct lyd_node *pim_enable_dnode;
|
||||
char pim_if_xpath[XPATH_MAXLEN + 20];
|
||||
char pim_if_xpath[XPATH_MAXLEN + 64];
|
||||
|
||||
snprintf(pim_if_xpath, sizeof(pim_if_xpath),
|
||||
"%s/frr-pim:pim/address-family[address-family='%s']",
|
||||
|
Loading…
Reference in New Issue
Block a user