diff options
author | Paul Jakma <paul.jakma@sun.com> | 2008-07-22 21:11:48 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2008-07-22 21:11:48 +0000 |
commit | 750e814693050bc97391eec618aad9db798ee5e8 (patch) | |
tree | 03d3e27a68b0593002d8f73609235919c030e426 /bgpd/ChangeLog | |
parent | 851a1a5c146b346d8b8f58fe3924baa5c208f865 (diff) |
[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 'bgpd/ChangeLog')
-rw-r--r-- | bgpd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 24244947..6fe2b0f5 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,5 +1,16 @@ 2008-07-22 Paul Jakma <paul.jakma@sun.com> + * 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. + +2008-07-22 Paul Jakma <paul.jakma@sun.com> + * bgp_community.c: (community_str2com) assigns defaults to local vars * bgp_attr.c: (bgp_attr_parse) match format specifier to arg |