]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ast_framehook_detach() must be called with the channel locked. 01/3701/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 23:22:21 +0000 (18:22 -0500)
commit6429a27b88769e30259b55779418a616e1d44311
tree4dcfc4529f9a1c65cc000fcd91ca925d3e7007c1
parent258705cfcd9608964da464af9c9bc495ba6e06dc
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