]> 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)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 18 Aug 2025 18:14:15 +0000 (18:14 +0000)
commit04ae0141b75fa74d9661e8a2a2a957e8159316ee
tree040a08bb1ea08fb1c043ed78dd42d6325cacf50f
parentf0ac136a8b241a7b811c97e02b726fcc8d6def25
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