]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_interface.c
ospf6d: Fix auth_key string memory leak
authorDonald Sharp <sharpd@nvidia.com>
Wed, 14 Dec 2022 20:22:38 +0000 (15:22 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 15 Dec 2022 16:15:33 +0000 (11:15 -0500)
commit6354d63593d717b4b9a0920cd3a7e6dec10b6e50
treedcfdca05b5a04eac5c76128bbf268e790a596d08
parent739bc9fd72d015e166f24ae898754161de7e1364
ospf6d: Fix auth_key string memory leak

When using auth keys in ospfv3, there are some memory
leaks when you change the key or remove the interface

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
ospf6d/ospf6_interface.c
ospf6d/ospf6_message.c