]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: sanity check refcount correctness 2814/head
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 14 Aug 2018 20:08:50 +0000 (20:08 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 14 Aug 2018 20:08:50 +0000 (20:08 +0000)
commitc957f7d9798d69fcb49ce6651914c481534b88aa
tree95d7ff738c328aa5b6f7f74127c4d2a92f942a6a
parent7a07a176cf30db569f2a4cf37a7ad8fdf9af6516
ospf6d: sanity check refcount correctness

Coverity warns about a possible double free; add an assert to make sure
we never hit it, and hopefully silence Coverity.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
ospf6d/ospf6_flood.c