Page MenuHomeFreeBSD

bhyve: Don't leak uninitialized bits in NVMe completion statuses.
ClosedPublic

Authored by jhb on Nov 23 2022, 11:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 13, 5:20 PM
Unknown Object (File)
Fri, Mar 13, 9:03 AM
Unknown Object (File)
Thu, Mar 12, 10:35 PM
Unknown Object (File)
Thu, Mar 12, 5:09 AM
Unknown Object (File)
Sun, Mar 1, 12:07 AM
Unknown Object (File)
Sat, Feb 21, 11:50 PM
Unknown Object (File)
Feb 8 2026, 3:07 PM
Unknown Object (File)
Feb 8 2026, 2:04 PM

Details

Summary

In some cases, some bits in the 16-bit status word were never
initialized.

Reported by: GCC

Diff Detail

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

Event Timeline

jhb requested review of this revision.Nov 23 2022, 11:16 PM
This revision is now accepted and ready to land.Nov 24 2022, 6:31 AM

I'm surprised that clang didn't flag these. I've noticed it has trouble detecting uninitialized variable use in functions containing gotos, but that doesn't apply here.