mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-11 07:33:11 +00:00
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