[Bug 265937] linprocfs: process size incorrect

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 19 Aug 2022 09:29:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265937

--- Comment #1 from Ray Bellis <ray@bellis.me.uk> ---
A later line strongly hints that .ki_size is measured in bytes:

compat/linprocfs/linprocfs.c:1064:
  sbuf_printf(sb, "%ju ", B2P((uintmax_t)kp.ki_size));

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