CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/20 01:41:25
Modified files:
usr.sbin/bgpd : util.c
Log message:
Fix the empty aspath segments check. seg_size is never 0, this needs to use
seg_len instead. Since seg_len is known early move the check up.
Found while hunting for the other bug in aspath_verify.
