]> 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)
committerNaveen Albert <asterisk@phreaknet.org>
Mon, 18 Aug 2025 18:14:06 +0000 (18:14 +0000)
commit4a1a8987c20b2d9d2418db3b38bd400bebf03851
treeea78df9a78848e423d1eea33eda1467e1bbf8f5e
parent71b538e79f149de03ae114ff271e0546d1d3130c
sig_analog: Fix SEGV due to calling strcmp on NULL.

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

Resolves: #1380
channels/sig_analog.c