diff options
author | paul <paul> | 2004-07-27 11:19:11 +0000 |
---|---|---|
committer | paul <paul> | 2004-07-27 11:19:11 +0000 |
commit | 36c64efdfa81b04741fbc75929649973a5334055 (patch) | |
tree | c31fe5f44efe8ba91d31e970e03e83672bdb63c6 /ospfd/ChangeLog | |
parent | 41c14a1fc3c97f8cfcb4ef8f8bce12a2d9ad29df (diff) |
2004-07-27 Paul Jakma <paul@dishone.st>
* ospf_opaque.c: (ospf_opaque_lsa_flush_schedule) do not NULL out
the LSA as then free_opaque_info_per_id() can never unlock (and
free) the LSA. Reported by Gunnar Stigen.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 453036ea..e3a2dfed 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,9 @@ +2004-07-27 Paul Jakma <paul@dishone.st> + + * ospf_opaque.c: (ospf_opaque_lsa_flush_schedule) do not NULL out + the LSA as then free_opaque_info_per_id() can never unlock (and + free) the LSA. Reported by Gunnar Stigen. + 2004-07-23 Paul Jakma <paul@dishone.st> * ospf_network.c: Replace PKTINFO/RECVIF with call to |