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)
Fri, Dec 6, 9:00 PM
Unknown Object (File)
Sat, Nov 30, 5:52 PM
Unknown Object (File)
Nov 25 2024, 4:27 PM
Unknown Object (File)
Nov 25 2024, 4:27 PM
Unknown Object (File)
Nov 24 2024, 3:18 AM
Unknown Object (File)
Nov 23 2024, 2:13 AM
Unknown Object (File)
Nov 21 2024, 7:19 PM
Unknown Object (File)
Nov 21 2024, 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 Skipped
Unit
Tests Skipped

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.