HomeFreeBSD

Fix a panic in ubt_do_hci_request.

Description

Fix a panic in ubt_do_hci_request.

The 'mtx' is on stack and can contain garbages that would cause mtx_init
(and in turn lock_init) to think that the mutex was already initialized.

Details

Provenance
delphijAuthored on
Parents
rS351323: seqc: predict false for _in_modify and type fixes for _consistent_*
Branches
Unknown
Tags
Unknown