Date: Sun, 12 Dec 2021 02:12:36 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 260343] NFS client does not respect RLIMIT_FSIZE Message-ID: <bug-260343-227-txF1jBHeOM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-260343-227@https.bugs.freebsd.org/bugzilla/> References: <bug-260343-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260343 --- Comment #2 from Alan Somers <asomers@FreeBSD.org> --- Isn't vop_stdallocate covered by the call to VOP_WRITE, which checks RLIMIT_FSIZE? Or are you concerned that RLIMIT_FSIZE needs to be checked before vop_stdallocate's loop begins? Bug 164793 describes RLIMIT_FSIZE with truncate. It's pretty clearly a POS= IX violation that we don't check it. I guess nobody cares, though. RLIMIT_FS= IZE isn't all that important. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260343-227-txF1jBHeOM>