CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2018/01/13 08:56:02
Modified files: sys/ufs/ffs : ffs_vnops.c Log message: Add comment describing why we need to clear the buffer if uiomove() fails, adapted from FreeBSD. Also avoid clearing the buffer if it was cleared when allocated. OK deraadt@ otto@