]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ast_framehook_detach() must be called with the channel locked. 07/3707/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:13:52 +0000 (17:13 -0500)
commit038cbc02152d4688293cadeaa17d65746d59fa44
treece871d5085ea71775ac1879367a1cc552069d38c
parent88e9d05ef7de24f0169032c1ae4cacbe54be0a55
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