]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_morsecode: Fix deadlock
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 15 Nov 2021 19:02:40 +0000 (19:02 +0000)
committerKevin Harwell <kharwell@digium.com>
Wed, 17 Nov 2021 00:42:02 +0000 (18:42 -0600)
commit721026ff37c96823dceff4fcdb72b96ffe5641ad
tree0d2b3236d985d1e322aa01e21ec4c24556c31f8b
parent1cd2584b27c97aa317ecb1f37516828bf531f680
app_morsecode: Fix deadlock

Fixes a deadlock in app_morsecode caused by locking
the channel twice when reading variables from the
channel. The duplicate lock is simply removed.

ASTERISK-29744 #close

Change-Id: I204000701f123361d7f85e0498fedc90243c75e4
apps/app_morsecode.c