Skip to content
Snippets Groups Projects
Commit fc139bd7 authored by Grzegorz Sluja's avatar Grzegorz Sluja Committed by Grzegorz Sluja
Browse files

Fix a crash in brcm_request() if it fails to create the ast_channel

In brcm_request() there were posibilities that we called ast_channel_name(tmp)
if tmp is NULL, it leads to crash. Also fixed other deadlock possibilities where
mutex would not be unlocked in some cases.
parent 26e266f8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment