Page MenuHomeFreeBSD

vmm: Fix ivrs_drv device_printf usage
ClosedPublic

Authored by khng on Jun 17 2021, 6:11 PM.
Tags
None
Referenced Files
F165863128: D30805.id91080.diff
Mon, Aug 10, 8:10 AM
Unknown Object (File)
Sat, Aug 8, 2:07 AM
Unknown Object (File)
Fri, Aug 7, 7:08 PM
Unknown Object (File)
Tue, Aug 4, 5:14 AM
Unknown Object (File)
Tue, Aug 4, 4:26 AM
Unknown Object (File)
Mon, Aug 3, 6:43 AM
Unknown Object (File)
Fri, Jul 31, 1:14 AM
Unknown Object (File)
Tue, Jul 21, 7:39 AM

Details

Summary

The original %b description string is wrong.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

khng requested review of this revision.Jun 17 2021, 6:11 PM
This revision is now accepted and ready to land.Jun 17 2021, 9:31 PM

Wait, how did this compile exactly? Does it stop at the first invalid character so that '\008' becomes '\0' and '8'?

In D30805#692800, @jhb wrote:

Wait, how did this compile exactly? Does it stop at the first invalid character so that '\008' becomes '\0' and '8'?

\0 and a bit name that starts with a number is legal, but not the expected results

This revision was automatically updated to reflect the committed changes.