]> 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:15 +0000 (17:19 +0000)
commitd88a5f57ca9f2b7936a9963f90c6412263fce65b
treef5b40a1dd20dfea5dcf0edce36ce73117647fa78
parenta48b09c1c1d51600971932789ca3878fb578fc2c
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