CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/09/10 02:37:52
Modified files: usr.sbin/bgpd : rtr.c Log message: Use reallocarray() instead of recallocarray(), this code does not need the extra security measures of recallocarray() which adds a lot of overhead. OK tb@