]> 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)
commitbd7e2aa7b832b34639763612903d65cfe9017d90
tree017437949c24611a8467477f54df3fdc56ad97fb
parentf9ab56b1d85745a3ed15cda43d808e394990ff50
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