Skip to content
Commit 159d3bdf authored by Pavel Emelyanov's avatar Pavel Emelyanov
Browse files

fdinfo: Sanitize types in fdinfo_entry



The namelen is u16, to cover the PATH_MAX u8 is not enough.
The pos is u64, since file offset is that long indeed.
The id is u32 as per previous patch.

Fix printf-s respectively.

Signed-off-by: default avatarPavel Emelyanov <xemul@parallels.com>
parent af57e42e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment