Page MenuHomeFreeBSD

bhyve: avoid a potential deadlock
ClosedPublic

Authored by khorben_defora.org on May 29 2024, 3:49 PM.
Tags
None
Referenced Files
F104377279: D45401.id139191.diff
Fri, Dec 6, 9:00 PM
Unknown Object (File)
Sat, Nov 30, 5:52 PM
Unknown Object (File)
Mon, Nov 25, 4:27 PM
Unknown Object (File)
Mon, Nov 25, 4:27 PM
Unknown Object (File)
Sun, Nov 24, 3:18 AM
Unknown Object (File)
Sat, Nov 23, 2:13 AM
Unknown Object (File)
Thu, Nov 21, 7:19 PM
Unknown Object (File)
Thu, Nov 21, 7:13 AM
Subscribers

Details

Summary

This unlocks a mutex in an error path, that would otherwise remain locked and potentially cause a deadlock later on.

Reported by: Coverity Scan
CID: 1521334
Sponsored by: The FreeBSD Foundation

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.May 29 2024, 8:39 PM

What's CID: 1521334?

It's the identifier from Coverity for the vulnerability reported.

This revision was automatically updated to reflect the committed changes.