CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/01/19 08:59:25
Modified files: usr.sbin/ldpd : ldpd.h ldpe.c ldpe.h packet.c Log message: Adjust the disc_recv_packet() code to not use IBUF_READ_SIZE and to use a local recv_buf that is allocated on first call with malloc(). The memory returned from malloc() is properly aligned which may not be the case for bss or stack memory.