]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_adsiprog: Fix possible NULL dereference.
authorNaveen Albert <asterisk@phreaknet.org>
Wed, 10 Sep 2025 16:15:08 +0000 (12:15 -0400)
committerNaveen Albert <asterisk@phreaknet.org>
Thu, 11 Sep 2025 15:25:34 +0000 (15:25 +0000)
commit3fe8e85617f3f640e6f7913bdd1ea8bf7378f0ec
tree69fba91e95ca666905b331a8ba90f8f30eea6706
parent1657ccfc68fe3c08d7afae5dde77974b7daf48d8
app_adsiprog: Fix possible NULL dereference.

get_token can return NULL, but process_token uses this result without
checking for NULL; as elsewhere, check for a NULL result to avoid
possible NULL dereference.

Resolves: #1419
apps/app_adsiprog.c