mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-10 05:05:26 +00:00
Merge pull request #1841 from qlyoung/fix-ospf-shutdown-thread-heap-uaf
ospfd: cancel SR thread at shutdown
This commit is contained in:
commit
97a346e2ce
@ -707,6 +707,7 @@ static void ospf_finish_final(struct ospf *ospf)
|
||||
OSPF_TIMER_OFF(ospf->t_read);
|
||||
OSPF_TIMER_OFF(ospf->t_write);
|
||||
OSPF_TIMER_OFF(ospf->t_opaque_lsa_self);
|
||||
OSPF_TIMER_OFF(ospf->t_sr_update);
|
||||
|
||||
close(ospf->fd);
|
||||
stream_free(ospf->ibuf);
|
||||
|
Loading…
Reference in New Issue
Block a user