CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2019/12/24 06:20:44
Modified files: sbin/dmesg : dmesg.c Log message: dmesg(8) allocated a bit too much memory due to padding of struct msgbuf. Use the same size algorithm in kernel and userland. OK cheloha@ guenther@ deraadt@