]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ast_framehook_attach() must be called with the channel locked. 12/3712/1
authorRichard Mudgett <rmudgett@digium.com>
Mon, 22 Aug 2016 20:01:37 +0000 (15:01 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 25 Aug 2016 22:11:17 +0000 (17:11 -0500)
commitfc859dfee95756250de376a35b0f128a4088a9e0
treef3497198ca7b547799403b6a40eb47fabd78519c
parent5a488431857147dc8b4d8c0f9b831f629afc2b23
ast_framehook_attach() must be called with the channel locked.

The framehook container could become corrupted if the channel lock is not
held before calling.

Change-Id: I1a6b957a1f7b899eb29a186915f8cccab886a438
main/bridge_basic.c
res/res_pjsip_refer.c
res/res_pjsip_t38.c