fleet/orbit/pkg/bitlocker
Victor Lyuboslavsky a6065c9d49
Fixed a COM deadlock on Windows that could cause orbit to become unresponsive during BitLocker encryption (#40142)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #38405

See issue for the root cause and fix description.

# Checklist for submitter

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files)
for more information.

## Testing

- [x] QA'd all new/changed functionality manually

## fleetd/orbit/Fleet Desktop

- [x] Verified compatibility with the latest released version of Fleet
(see [Must
rule](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/workflows/fleetd-development-and-release-strategy.md))
- [x] If the change applies to only one platform, confirmed that
`runtime.GOOS` is used as needed to isolate changes
- [x] Verified that fleetd runs on macOS, Linux and Windows
- [x] Verified auto-update works from the released version of component
to the new version (see [tools/tuf/test](../tools/tuf/test/README.md))


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

## Release Notes

* **Bug Fixes**
* Resolved BitLocker encryption deadlock on Windows systems during
enforcement operations

* **Refactor**
* Improved osquery version tracking consistency across enrollment flows
* Enhanced BitLocker operations handling on Windows with optimized
threading

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-02-20 14:55:59 -06:00
..
bitlocker_management.go make sure we report the correct error during BitLocker encryption (#16096) 2024-01-15 12:31:15 -03:00
bitlocker_management_notwindows.go Fixed a COM deadlock on Windows that could cause orbit to become unresponsive during BitLocker encryption (#40142) 2026-02-20 14:55:59 -06:00
bitlocker_management_windows.go Fixed a COM deadlock on Windows that could cause orbit to become unresponsive during BitLocker encryption (#40142) 2026-02-20 14:55:59 -06:00
bitlocker_worker_notwindows.go Fixed a COM deadlock on Windows that could cause orbit to become unresponsive during BitLocker encryption (#40142) 2026-02-20 14:55:59 -06:00
bitlocker_worker_windows.go Fixed a COM deadlock on Windows that could cause orbit to become unresponsive during BitLocker encryption (#40142) 2026-02-20 14:55:59 -06:00