Skip to content

Commit

Permalink
Merge pull request #17895 from LabNConsulting/chopps/fix-coverity-use…
Browse files Browse the repository at this point in the history
…-after-free

lib: fix coverity use after free issue: CID 1620101
  • Loading branch information
donaldsharp authored Jan 21, 2025
2 parents 46a1a76 + fb5a71f commit 6c7de02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/northbound_notif.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6c7de02

Please sign in to comment.