]> 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:07 +0000 (18:14 +0000)
commit45ee5cda1c39efd4650eb88f4377f799f7890987
treeac53f4a983967a42ada2ea369e3534966ed82521
parenta0b36f809998f6ae15f01dc7193858f8c2e56faa
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