]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 30 Oct 2025 16:07:53 +0000 (16:07 +0000)
commit25fc2441b577a1f9bb113a51a235c563d3e8898c
tree62fda13990d268b4eb9a4d9d2e535f6796faac34
parentf33dc7ebf227d85c7d62da35985093429299357d
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