]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ast_framehook_attach() must be called with the channel locked. 06/3706/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:13:52 +0000 (17:13 -0500)
commit88e9d05ef7de24f0169032c1ae4cacbe54be0a55
treeb2a200542af70b1360000a8af37e6341fe74487a
parent4e5b930d3fa11012513a1ba37d2cf7c0068b6407
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