Skip to content

Fix crash in brcm_request() when ast_channel *tmp is NULL

Grzegorz Sluja requested to merge fix_crash_in_brcm_request into devel

In brcm_request() there were posibilities that we called ast_channel_name(tmp) when tmp is NULL, it leads to crash. Also fixed other deadlock possibilities where mutex would not be unlocked in some cases.

Merge request reports