]> 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:14 +0000 (18:42 -0600)
commit02b7af8cdf7037dc71506fc5f81244c4787e22a5
tree84b7abac51aff0585ba86e9c2a94b8702023e134
parent45c132a37520d0a732ee1c553e814f14654e83de
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