CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/02 13:25:33
Modified files:
usr.sbin/bgpd : rde_attr.c
Log message:
aspath_verify() can not call aspath_extract() since this function only works
on 4-byte AS path. Since this function is also called with 2-byte ASPATH
attributes. Instead inline the check using the as_size.
Problem found by Tom Beard (tom at exilien.uk), thanks for the report
OK job@
