[Bug 265937] linprocfs: process size incorrect
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 265937] linprocfs: process size incorrect"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.