CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/09/09 08:58:47
Modified files: usr.sbin/bgpd : rde.c Log message: There is no need for an explicit size check for IMSG_RECONF_ASPA_TAS imsg_get_data() does the same and produces the same error. OK tb@