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)
Fri, Aug 7, 5:39 PM
Unknown Object (File)
Thu, Aug 6, 2:05 PM
Unknown Object (File)
Wed, Aug 5, 7:55 AM
Unknown Object (File)
Sun, Jul 26, 9:38 AM
Unknown Object (File)
Jul 13 2026, 5:33 PM
Unknown Object (File)
Jul 11 2026, 5:46 AM
Unknown Object (File)
Apr 28 2026, 1:28 AM
Unknown Object (File)
Apr 21 2026, 9:02 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