Fix segmentation fault caused by NULL pointer access, REF 16142
All threads resolved!
All threads resolved!
Compare changes
The chan_voicemngr_get_active_subchannel() can return NULL. But the returned value is not checked by all calling functions. This can cause a segmentation fault by NULL pointer access.