bgpd/bgp_damp.c | 6 +----- bgpd/bgp_route.c | 3 ++- debian/changelog | 7 +++++++ 3 files changed, 10 insertions(+), 6 deletions(-)
New commits: commit 0b2dec68511f72fc52a9b3a6f58fadb0cf7020e4 Author: Stephen Hemminger <stephen.hemmin...@vyatta.com> Date: Tue Aug 3 16:03:29 2010 -0700 0.99.16-15+larkspur3 commit a2cc33f2770384f527e1c2574c98a254846e094a Author: Stephen Hemminger <stephen.hemmin...@vyatta.com> Date: Tue Aug 3 15:48:53 2010 -0700 Fix use of free memory by update_rsclient The code to update rsclient creates a local static copy of bgp attributes but neglects the extra information pointer will end up getting freed when the original value is released (bgp_attr_unintern). Related to Bug 5976 commit bd5e744c5685b8a055e30668a499ba2352192795 Author: Stephen Hemminger <stephen.hemmin...@vyatta.com> Date: Mon Aug 2 20:47:02 2010 -0700 Use XCALLOC to allocate bgpd damp array No need for XMALLOC/memset. This also fixes possible uninitialized memory if reuse list is different size than damp array. http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=0b2dec68511f72fc52a9b3a6f58fadb0cf7020e4 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=a2cc33f2770384f527e1c2574c98a254846e094a http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=bd5e744c5685b8a055e30668a499ba2352192795 _______________________________________________ svn mailing list svn@mailman.vyatta.com http://mailman.vyatta.com/mailman/listinfo/svn