Page MenuHomeFreeBSD

bhyve: avoid a potential deadlock
ClosedPublic

Authored by khorben_defora.org on May 29 2024, 3:49 PM.
Tags
None
Referenced Files
F115485783: D45401.id.diff
Thu, Apr 24, 8:57 AM
F115480586: D45401.diff
Thu, Apr 24, 7:44 AM
Unknown Object (File)
Tue, Apr 22, 10:09 PM
Unknown Object (File)
Mon, Apr 21, 6:49 AM
Unknown Object (File)
Mon, Apr 21, 1:20 AM
Unknown Object (File)
Mar 13 2025, 2:42 AM
Unknown Object (File)
Feb 5 2025, 8:47 AM
Unknown Object (File)
Feb 1 2025, 3:50 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.