]> 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)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 11 Sep 2025 15:25:41 +0000 (15:25 +0000)
commit4aad564b93f44705c9f66272bbad225251474e4a
treecda5a3b15dfe663f252f678fcdc339ffe011ab49
parent170048a41e70a544db4fcaa8d688757947bc16bc
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