[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:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=164793

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=337b0852e942205246f16c30a923900edbb16a8c

commit 337b0852e942205246f16c30a923900edbb16a8c
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-09-18 11:51:33 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-10-08 00:29:36 +0000

    msdosfs: truncate write if it would exceed the fs max file size or
RLIMIT_FSIZE

    PR:     164793

    (cherry picked from commit a9c439ba104d83a2666d114dae9f26b2efb22d17)

 sys/fs/msdosfs/msdosfs_vnops.c | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

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