Skip to content
Snippets Groups Projects
Commit 4e56cc04 authored by Grzegorz Sluja's avatar Grzegorz Sluja Committed by Yalu Zhang
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 d6906ac0
No related branches found
No related tags found
1 merge request!67Fix crash in brcm_request() when ast_channel *tmp is NULL
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