CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2023/08/04 03:20:12
Modified files: usr.sbin/bgpd : control.c rde.c session.c Log message: Instead of forcing a NUL into struct ctl_neighbor descr adjust the peer matching code to only match at maximum sizeof(n->descr) bytes using strncmp(). OK tb@