]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sig_analog: Fix SEGV due to calling strcmp on NULL.
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 18 Aug 2025 14:02:38 +0000 (10:02 -0400)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 10 Sep 2025 19:55:24 +0000 (19:55 +0000)
commit5198b022d5a58b64d81c5131276374c68a5f7e82
tree2737c2b9da2e0be6a749d1769580d2c1be30f114
parent394a7fee733fa5b94cf517ed4211389a45c4c33b
sig_analog: Fix SEGV due to calling strcmp on NULL.

Add an additional check to guard against the channel application being
NULL.

Resolves: #1380
(cherry picked from commit 4a1a8987c20b2d9d2418db3b38bd400bebf03851)
channels/sig_analog.c