Allocate the recv buffer with malloc() on first call. This code assumes
authorclaudio <claudio@openbsd.org>
Tue, 19 Jan 2021 16:01:39 +0000 (16:01 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 19 Jan 2021 16:01:39 +0000 (16:01 +0000)
commit713697e0f56da15443ab040b3bb7e10b663d3294
tree263f370b7ff0b762863053573dee59f73ac8d30c
parent4ff910d1281c7e76ae61ed2608b8506628f514d5
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.
usr.sbin/ospfd/packet.c