commit | fac9c6b63aa74b34a22c89f005f7241d65a1765a | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Thu Aug 05 10:26:30 2010 -0700 |
committer | Paul Jakma <paul@quagga.net> | Mon Mar 21 13:15:32 2011 +0000 |
tree | 5ae640ab0541712f8c794ad394558d2974d8e5cf | |
parent | 6c88b44dcb26b60bb1f93e5c387aa102019ed849 [diff] |
bgpd: use XCALLOC to allocate bgpd damp array * bgpd: (bgp_damp_parameter_set) The BGP reuse_index is not initialized properly. This would cause sporadic crash when disabling dampening. Use XCALLOC correctly and the right size array is initialized and no memset is needed.