]> 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)
commitff8940967f5e0d719e5362e89eaa5761a4be952f
tree3f08794371f8a4bd668bc6a5d187731e3f4509bb
parent85cf8fcae83af4d0df509adddcd09acdcc9fb4ab
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