CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/01/19 09:02:22
Modified files: usr.sbin/ripd : packet.c Log message: Like ospfd allocate the recv buffer with malloc() on first call. This code assumes some alignment of the buffer which may not be the case with bss memory.