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

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 25 Sep 2022 21:04:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=164793

--- Comment #16 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=0a192b3abab19deac70f762cd1ec45ba09ec47ca

commit 0a192b3abab19deac70f762cd1ec45ba09ec47ca
Author:     Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2022-09-25 17:56:11 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2022-09-25 21:02:23 +0000

    fusefs: respect RLIMIT_FSIZE during truncate

    PR:             164793
    MFC after:      2 weeks
    Reviewed by:    kib
    Differential Revision:  https://reviews.freebsd.org/D36703

 sys/fs/fuse/fuse_vnops.c       |  3 +++
 tests/sys/fs/fusefs/setattr.cc | 44 +++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 46 insertions(+), 1 deletion(-)

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