CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2020/07/12 18:05:39
Modified files: sys/dev : softraid.c Log message: Fix malloc(9) size Spotted while reading the code, we overallocate quite a bit: (gdb) p sizeof(struct sr_meta_crypto) - sizeof(struct sr_meta_boot) $1 = 2312 OK jsing