]> 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)
commit6f2167989a119d15bcaf89a0e149245eda869e05
treec50b4dd64a974a709c90ca86c4dffe7127052926
parentb99f57e46443f1b400e4818b1613556dc1049393
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