[Bug 283726] wc(1) and other text utilities fail to read some pseudo-filesystem files

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 26 Jul 2025 17:13:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283726

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

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

commit ea60d917e5b1943c8638af056dbcdbb3646207f1
Author:     Ricardo Branco <rbranco@suse.de>
AuthorDate: 2025-02-06 21:46:19 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-07-26 17:12:38 +0000

    linprocfs: Continue on error when reading process limits

    The process limits may be unavailable due to capsicum. Like other areas
    of the system, report what we can w/o error. This is what Linux does.

    PR: 283726
    Reviewed by: imp, dchagin
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1592

 sys/compat/linprocfs/linprocfs.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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