CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 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.