mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-21 23:11:42 +00:00
d26a00ef34
A change made in 82cebaa0 did not properly handle the case when a
channel was not provided, triggering a crash. ast_check_hangup(...)
does not protect against NULL pointers.
Fixes #180