summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2025-01-21 14:09:41 -0500
committerGitHub <noreply@github.com>2025-01-21 14:09:41 -0500
commit6c7de02802db7f860bc784aa9e25688cc92ef468 (patch)
treeca1156b20c81eb028a9b200949074e8f1422c4c8
parent46a1a76783fa089acefe01ccebd82b4927127dca (diff)
parentfb5a71fa9516efef6c85330586307562a20b5f81 (diff)
Merge pull request #17895 from LabNConsulting/chopps/fix-coverity-use-after-free
lib: fix coverity use after free issue: CID 1620101
-rw-r--r--lib/northbound_notif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/northbound_notif.c b/lib/northbound_notif.c
index 10a81d05fb..9caca9f6d7 100644
--- a/lib/northbound_notif.c
+++ b/lib/northbound_notif.c
@@ -600,6 +600,7 @@ static void timer_walk_continue(struct event *event)
timer_walk_done(args);
return;
}
+ group = args->group;
}
path = group->cur_change->path;