[Bug 276043] md5(1) et al are broken when reading the last argument because of capsicum(4) code
Date: Thu, 04 Jan 2024 13:41:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276043 --- Comment #13 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=d74a742704eb81f0c6f4aa83e4cb0de26a81c400 commit d74a742704eb81f0c6f4aa83e4cb0de26a81c400 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2024-01-04 13:25:05 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2024-01-04 13:39:53 +0000 linprocfs: Avoid using a sysctl to get the CPU model string This will fail if the reading process is in capability mode. Just copy the string directly. PR: 276043 Reviewed by: emaste, imp, kib Reported and tested by: Ricardo Branco <rbranco@suse.com> MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D43281 sys/compat/linprocfs/linprocfs.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.