]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ast_framehook_detach() must be called with the channel locked. 13/3713/1
authorRichard Mudgett <rmudgett@digium.com>
Tue, 23 Aug 2016 15:42:08 +0000 (10:42 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 25 Aug 2016 22:11:17 +0000 (17:11 -0500)
commit5869bb22dba2facec9729fc17955303b9eeaba59
treeeb934931ed98c654eebb46224e91eea127397457
parentfc859dfee95756250de376a35b0f128a4088a9e0
ast_framehook_detach() must be called with the channel locked.

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

Change-Id: If0a1c7ba0484ed3a191106a7516526b905952584
res/res_fax.c
res/res_pjsip_refer.c