Page MenuHomeFreeBSD

zfs: Update test format strings to match variable typtes
ClosedPublic

Authored by emaste on Feb 28 2022, 1:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 8, 11:14 PM
Unknown Object (File)
Mar 20 2024, 3:34 AM
Unknown Object (File)
Feb 2 2024, 3:39 AM
Unknown Object (File)
Dec 12 2023, 3:16 PM
Unknown Object (File)
Oct 5 2023, 6:05 PM
Unknown Object (File)
Oct 1 2023, 12:19 AM
Unknown Object (File)
Sep 18 2023, 2:13 PM
Unknown Object (File)
Sep 18 2023, 1:03 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste added inline comments.
tests/sys/cddl/zfs/bin/readmmap.c
86

My guess is this used to be %d and someone made it %ud thinking 'u' is a length modifier not a conversion specifier. Previously this wound print something like short write: 64 != 32d which doesn't make sense.

This revision is now accepted and ready to land.Mar 1 2022, 5:02 PM