diff options
author | ajs <ajs> | 2005-04-02 16:37:07 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-04-02 16:37:07 +0000 |
commit | 3b7b814c83f81d460ae8d413aea02aef1524242d (patch) | |
tree | 276669f9dc609ce04d7f70866050626bf56e7dfb /ospf6d/ChangeLog | |
parent | 3cb98dee9067372756964f461eb2c931a1c75138 (diff) |
2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ospf6_route.c: (ospf6_route_show, ospf6_route_show_detail) Protect
against the possibility that the string returned by if_indextoname
may not terminate with '\0'.
Diffstat (limited to 'ospf6d/ChangeLog')
-rw-r--r-- | ospf6d/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ospf6d/ChangeLog b/ospf6d/ChangeLog index 60519e64..e0a5775b 100644 --- a/ospf6d/ChangeLog +++ b/ospf6d/ChangeLog @@ -1,3 +1,9 @@ +2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * ospf6_route.c: (ospf6_route_show, ospf6_route_show_detail) Protect + against the possibility that the string returned by if_indextoname + may not terminate with '\0'. + 2005-03-02 Vincent Jardin <Vincent.Jardin@6wind.com> * ospf6_zebra.c: Fix core dump when router-id is provided with |