]> git.puffer.fish Git - mirror/frr.git/commit
lib: fix coverity use after free issue: CID 1620101 17895/head
authorChristian Hopps <chopps@labn.net>
Mon, 20 Jan 2025 18:33:15 +0000 (18:33 +0000)
committerChristian Hopps <chopps@labn.net>
Tue, 21 Jan 2025 16:27:44 +0000 (16:27 +0000)
commitfb5a71fa9516efef6c85330586307562a20b5f81
tree9acb49408c471b0b2ba03fca47919b2974ebee0a
parent97b78759630ea782d07987dd6b3a87e7e02c453c
lib: fix coverity use after free issue: CID 1620101

The code doesn't push more than one group (currently) so wouldn't hit the
bug yet, nice catch by coverity.

Signed-off-by: Christian Hopps <chopps@labn.net>
lib/northbound_notif.c