]> 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)
committerphoneben <67923255+phoneben@users.noreply.github.com>
Mon, 22 Sep 2025 17:19:16 +0000 (17:19 +0000)
commit72032b94939575e753e1e440d8dabd6b9f21b193
tree765796b1116a40501a8513597a8fdae01d8235b4
parent76dbd455a02eeb95d39584b75fe5aa79663a792a
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