]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue: Add NULL pointer checks in app_queue
authorphoneben <67923255+phoneben@users.noreply.github.com>
Thu, 11 Sep 2025 17:31:30 +0000 (20:31 +0300)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 30 Oct 2025 16:07:53 +0000 (16:07 +0000)
commited7f8155009ce03b6804042806a6c831dd2738c0
treee30fb8e6f0039fbaf99abc1bd038383cce6fea6f
parentbab760a2ef7ba6a1c964370d34f88d5d3bd89d0f
app_queue: Add NULL pointer checks in app_queue

Add NULL check for word_list before calling word_in_list()
Add NULL checks for channel snapshots from ast_multi_channel_blob_get_channel()

Resolves: #1425
apps/app_queue.c