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
F153473672: D34387.id103274.diff
Tue, Apr 21, 9:02 AM
F153454503: D34387.id.diff
Tue, Apr 21, 6:38 AM
F153387000: D34387.id103354.diff
Mon, Apr 20, 8:58 PM
Unknown Object (File)
Sun, Apr 19, 1:54 PM
Unknown Object (File)
Mar 18 2026, 7:43 AM
Unknown Object (File)
Mar 18 2026, 7:37 AM
Unknown Object (File)
Mar 9 2026, 9:33 PM
Unknown Object (File)
Mar 4 2026, 7:13 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