Page MenuHomeFreeBSD

bhyve: avoid a potential deadlock
ClosedPublic

Authored by khorben_defora.org on May 29 2024, 3:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 26, 7:27 PM
Unknown Object (File)
Sun, May 11, 7:05 PM
Unknown Object (File)
Sun, May 11, 6:04 PM
Unknown Object (File)
Apr 24 2025, 8:57 AM
Unknown Object (File)
Apr 24 2025, 7:44 AM
Unknown Object (File)
Apr 22 2025, 10:09 PM
Unknown Object (File)
Apr 21 2025, 6:49 AM
Unknown Object (File)
Apr 21 2025, 1:20 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.