presumably you're talking about this ?
http://www.renesys.com/blog/2009/02/the-flap-heard-around-the-worl.shtml
/Pete
On 17 Feb 2009, at 15:10, Claudio Jeker wrote:
CVSROOT: /cvs
Module name: src
Changes by: clau...@cvs.openbsd.org 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@