diff options
author | paul <paul> | 2005-06-15 19:15:35 +0000 |
---|---|---|
committer | paul <paul> | 2005-06-15 19:15:35 +0000 |
commit | e210cf9fd09c938b92dc1a993b254d8d5a8b312c (patch) | |
tree | 635e23a3f56c05f3cc89bddb5b7030ef0b7d13bc /bgpd/ChangeLog | |
parent | 245a2b29a501bad850c5399ac1c1da2fddf0572a (diff) |
2005-06-15 Paul Jakma <paul.jakma@sun.com>
* bgpd.c: (bgp_terminate) workqueue's are lazy allocated and its
possible to terminate bgpd before workqueues were setup, causing
an abort/crash. Reported by Ashish Mehta of Sun.
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r-- | bgpd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 254d5aff..6bd444d5 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,9 @@ +2005-06-15 Paul Jakma <paul.jakma@sun.com> + + * bgpd.c: (bgp_terminate) workqueue's are lazy allocated and its + possible to terminate bgpd before workqueues were setup, causing + an abort/crash. Reported by Ashish Mehta of Sun. + 2005-06-01 Paul Jakma <paul.jakma@sun.com> * (general) refcount struct peer and bgp_info, hence allowing us |