bgpd/bgp_aspath.c | 115 ++++++++++++++++++++++++++++++++-------------------- bgpd/bgp_aspath.h | 2 bgpd/bgp_attr.c | 103 +++++++++++++++++++++++++--------------------- bgpd/bgp_packet.c | 49 ++++++++++++++++++---- debian/changelog | 10 ++++ tests/aspath_test.c | 2 6 files changed, 181 insertions(+), 100 deletions(-)
New commits: commit 551bb5bd551ec3b20ef5c83d9da5b63a4f239c07 Author: Stephen Hemminger <[email protected]> Date: Thu Sep 2 13:32:31 2010 -0700 0.99.15-23+kenwood3 commit d2cddfcec3b9fa23370857515e26d27c7859234b Author: Chris Hall <[email protected]> Date: Mon Aug 9 22:31:37 2010 +0400 bgpd: fix handling of AS path data * bgpd/bgp_aspath.c * assegments_parse(): add handling of AS4_PATH input, update bounds checks, add check for AS segment type * aspath_parse(): add handling of AS4_PATH input, expect assegments_parse() to do length checking * aspath_empty(): update for the new function prototype * bgpd/bgp_aspath.h: ditto * tests/aspath_test.c: ditto * bgpd/bgp_attr.c * bgp_attr_aspath(): add handling of AS4_PATH input, update flags checks, change returned type * bgp_attr_as4_path(): discard, superseded by bgp_attr_aspath() * bgp_attr_parse(): update respectively (cherry picked from commit cddb8112b80fa9867156c637d63e6e79eeac67bb) commit 873d90f37a7e3f113e0ef923da7851a13f547825 Author: Chris Hall <[email protected]> Date: Fri May 14 16:38:39 2010 +0400 bgpd: tighten bounds checking in RR ORF msg reader * bgp_packet.c: (bgp_route_refresh_receive) add validation of "Length" (RFC5292) field value, check input stream bounds each time bytes are pulled from it (cherry picked from commit d64379e8f3c0636df53ed08d5b2f1946cfedd0e3) http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=551bb5bd551ec3b20ef5c83d9da5b63a4f239c07 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=d2cddfcec3b9fa23370857515e26d27c7859234b http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=873d90f37a7e3f113e0ef923da7851a13f547825 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
