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
F134711585: D34387.diff
Tue, Nov 4, 3:15 AM
Unknown Object (File)
Wed, Oct 29, 8:25 PM
Unknown Object (File)
Wed, Oct 29, 5:27 PM
Unknown Object (File)
Fri, Oct 17, 8:44 AM
Unknown Object (File)
Tue, Oct 14, 6:14 AM
Unknown Object (File)
Fri, Oct 10, 9:57 AM
Unknown Object (File)
Sep 13 2025, 5:53 AM
Unknown Object (File)
Aug 16 2025, 9:27 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