CVSROOT: /cvs Module name: src Changes by: an...@cvs.openbsd.org 2019/06/18 01:33:24
Modified files: sys/ufs/ffs : ffs_inode.c Log message: Ensure the length passed to ffs_truncate() is within bounds before calling uvm_vnp_setsize() which is not free from side-effects. ok visa@