CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/01/19 09:02:06
Modified files: usr.sbin/ospf6d: 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.