[Bug 164793] [kern] RLIMIT_FSIZE does not work, affecting ftruncate(2) and truncate(2)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 08 Oct 2022 00:39:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=164793

--- Comment #24 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=27ec1f0833a153c4052c74e0863c556057735b26

commit 27ec1f0833a153c4052c74e0863c556057735b26
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-09-18 11:51:03 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-10-08 00:29:35 +0000

    msdosfs: disallow truncation to set file size past RLIMIT_FSIZE

    PR:     164793

    (cherry picked from commit 701b73858e3afa15d8ca2ea4aa480173ccc5960e)

 sys/fs/msdosfs/msdosfs_vnops.c | 3 +++
 1 file changed, 3 insertions(+)

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