diff options
author | hasso <hasso> | 2004-02-11 21:52:13 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-02-11 21:52:13 +0000 |
commit | 2db3d05da3ac6b1ff9452a5f291bfc39a719d1c6 (patch) | |
tree | 41cceb234a9b0cfb6410574689cd800671456b55 /ospfd/ChangeLog | |
parent | cb05eb285f28524ada2df62c5522dcf47acb841b (diff) |
Don't crash when attempting to read path->oi->ifp if oi doesn't exist any
more. I'm not sure if this read should be attempted at all, but I'm trying
to keep code safe AND stable.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 9dafb96c..b2a5ad2e 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,7 @@ +2004-02-11 Hasso Tepper <hasso@estpak.ee> + * ospf_interface.c, ospf_zebra.c: Don't attempt to read path->oi->ifp + if oi doesn't exist any more. + 2004-02-11 Vadim Suraev <vadim.suraev@terayon.com> * ospf_packet.c (ospf_ls_upd): Router should flush received network LSA if it was originated with older router-id ([zebra 14710] #6). |