commit | 0ddff5764f736c0a6d0d07b28bf98970624f263b | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Thu Aug 05 10:26:30 2010 -0700 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Wed Aug 03 16:56:42 2011 +0400 |
tree | b8bf91a9d3de885cf8da7f2fdafe356ff3e56c54 | |
parent | aad356a49d6b00590b21751ea560c54f321c73c9 [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.