diff options
author | Paul Jakma <paul.jakma@sun.com> | 2008-07-22 23:11:48 +0200 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2008-07-22 23:11:48 +0200 |
commit | 750e814693050bc97391eec618aad9db798ee5e8 (patch) | |
tree | 03d3e27a68b0593002d8f73609235919c030e426 /ChangeLog | |
parent | [bgpd] fix a couple of trivial compiler warnings (diff) | |
download | frr-750e814693050bc97391eec618aad9db798ee5e8.tar.xz frr-750e814693050bc97391eec618aad9db798ee5e8.zip |
[bgpd] Fix triggerable crash when compiled with --disable-bgp-announce
2008-07-22 Paul Jakma <paul.jakma@sun.com>
* HACKING: Document preference for compiler conditional code, over
cpp conditional.
* configure.ac: DISABLE_BGP_ANNOUNCE always should be defined.
* bgp_{packet,route,advertise}.c: change to compiler testing of
DISABLE_BGP_ANNOUNCE, rather than cpp.
2008-07-22 MIYAJIMA Mitsuharu <miyajima.mitsuharu@anchor.jp>
* bgp_packet.c: (bgp_update_packet_eor) Fix crash triggerable
if a bgpd was compiled with --disable-bgp-announce and if GR is
advertised by peer.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-07-22 Paul Jakma <paul.jakma@sun.com> + + * HACKING: Document preference for compiler conditional code, over + cpp conditional. + * configure.ac: DISABLE_BGP_ANNOUNCE always should be defined. + 2008-06-10 Paul Jakma <paul@jakma.org> * configure.ac: Bump version to 0.99.10 |