]> 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:09:10 +0000 (16:09 +0000)
commit28fb3fc7dbf6ab56e79474009fab76976980b377
tree6114702e51aa3a45e074393073bcafe867fe713d
parentfce342c004b19f4fe738ee1ca18e5d2b1ffd0e9f
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