CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/09/20 01:37:06
Modified files: usr.sbin/bgpd : util.c Log message: Fix an out of bound read that could crash the RDE because it touched unallocated memory while looking for AS 0. Found by and debugged with Aaron A. Glenn. Thanks a lot.