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