]> 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 20:18:53 +0000 (20:18 +0000)
commitc7ea11c35ad095c5961feacfe6e60ff4e9b7a8d5
treec50b4dd64a974a709c90ca86c4dffe7127052926
parentc97f4d844c95b067719f3f9e9f58a72b536a504f
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 6f2167989a119d15bcaf89a0e149245eda869e05)
channels/sig_analog.c