Skip to content
Snippets Groups Projects

Fix segmentation fault caused by NULL pointer access, REF 16142

Merged Yalu Zhang requested to merge bug-16142 into asterisk_chan_voicemngr_rdkb

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.

  • Check the returned value in all places calling chan_voicemngr_get_active_subchannel()
  • Pick some related changes from devel branch
Edited by Yalu Zhang

Merge request reports

Merged by Yalu ZhangYalu Zhang 2 months ago (Jan 23, 2025 12:50pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading