]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: Fixing few valgrind issues 8409/head
authorrgirada <rgirada@vmware.com>
Tue, 6 Apr 2021 12:40:31 +0000 (05:40 -0700)
committerrgirada <rgirada@vmware.com>
Fri, 16 Apr 2021 18:15:53 +0000 (11:15 -0700)
commit4a61b0d00ef4f398e994cd632386c5a51e322f2f
tree57f2408f71ebc6d8d29a426b1818b0a80ba5654f
parent4af86fb679b1ab8dad016bb0d49cd48d4d4eee94
ospfd: Fixing few valgrind issues

Description:
All matching external routes are added to matching external hash table
        of aggregate route when aggregation is enabled.
        But these external info pointers are not delinked from this hash table
        before freeing the corresponding memory  while disabling redistribution.
        Addressing these memory issues in this change.

Signed-off-by: Rajesh Girada <rgirada@vmware.com>
ospfd/ospf_asbr.c