]> 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)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 17 Sep 2025 17:40:38 +0000 (11:40 -0600)
commite98244039f7bcf82211091e5cbe43d51d56e0885
tree6e17119361c86fbb7007818c9d0c5b1fd8ab6269
parentc4103f259abc7ecbc92ec0a1ac1bb30733bad488
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 bd7e2aa7b832b34639763612903d65cfe9017d90)
channels/sig_analog.c