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)
Dec 11 2024, 3:28 PM
Unknown Object (File)
Oct 30 2024, 1:28 AM
Unknown Object (File)
Oct 25 2024, 1:20 AM
Unknown Object (File)
Oct 25 2024, 1:20 AM
Unknown Object (File)
Oct 25 2024, 1:20 AM
Unknown Object (File)
Oct 25 2024, 12:55 AM
Unknown Object (File)
Oct 13 2024, 8:11 PM
Unknown Object (File)
Oct 3 2024, 4:02 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