[Bug 260343] NFS client does not respect RLIMIT_FSIZE

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 12 Dec 2021 02:12:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260343

--- 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 POSIX
violation that we don't check it.  I guess nobody cares, though.  RLIMIT_FSIZE
isn't all that important.

-- 
You are receiving this mail because:
You are the assignee for the bug.