CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/01/19 09:01:39
Modified files: usr.sbin/ospfd : packet.c Log message: 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.