]> 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)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 22 Sep 2025 17:19:22 +0000 (17:19 +0000)
commitaf673211346c36d0435a8b2e2af69f6affd8b0f8
tree167d212937595aae5b1fa8d215086f79c1364b27
parent7b96fff1292072a777f6ca79403d37dab3a9045e
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