CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/02/17 07:10:48
Modified files:
usr.sbin/bgpd : rde_attr.c
Log message:
Fix aspath_prepend() in the case a AS-PATH has a sequence of 255 elements
and we try to prepend. The result was a corrupt AS-PATH and a RDE fatal
later on when some other operation was run on that path.
Found the hard way by henning@ and st...@. OK henning@, sthen@
