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
F115821691: D34387.id103354.diff
Tue, Apr 29, 3:49 AM
F115821578: D34387.id103274.diff
Tue, Apr 29, 3:47 AM
F115813905: D34387.diff
Tue, Apr 29, 1:07 AM
Unknown Object (File)
Tue, Apr 22, 2:40 PM
Unknown Object (File)
Tue, Apr 22, 1:00 PM
Unknown Object (File)
Tue, Apr 22, 12:39 PM
Unknown Object (File)
Tue, Apr 22, 11:42 AM
Unknown Object (File)
Tue, Apr 22, 11:36 AM
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