Page MenuHomeFreeBSD

bhyve: avoid a potential deadlock
ClosedPublic

Authored by khorben_defora.org on May 29 2024, 3:49 PM.
Tags
None
Referenced Files
F106189580: D45401.diff
Thu, Dec 26, 9:09 PM
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
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.