]> 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 19:53:00 +0000 (19:53 +0000)
commit6f79bdb8af00ef6ae1424e7deb4b5dc8ea209c8c
tree017efe193b98d89bdaa1636df20366deedbe32d8
parentd8dd7e3c85b559b50b37ca9eeba6fcc9262dea54
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 45ee5cda1c39efd4650eb88f4377f799f7890987)
channels/sig_analog.c