K 10 svn:author V 7 delphij K 8 svn:date V 27 2019-08-21T07:45:39.347261Z K 7 svn:log V 182 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. END