Skip to content
Snippets Groups Projects

rtspsrc: Fix segfault with illegal free

Merged Ognyan Tonchev requested to merge redstar/gst-plugins-good:segfault_fix into master
All threads resolved!

set_get_param_q is not a pointer so it is illegal to call g_queue_free_full(). It is enough to clear the queue with g_queue_clear_full() to free all the allocated data.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Ognyan Tonchev added 1 commit

    added 1 commit

    • 2e125877 - rtspsrc: Fix segfault with illegal free

    Compare with previous version

  • Ognyan Tonchev resolved all threads

    resolved all threads

  • Ognyan Tonchev resolved all threads

    resolved all threads

  • Ognyan Tonchev added 1 commit

    added 1 commit

    • 22eb4f0b - rtspsrc: Fix segfault with illegal free

    Compare with previous version

  • changed milestone to %1.17.90

  • Note, CI failure is expected, I added a new pixel formats, I'll just use the result to make yet another MR ;-P

    Edited by Nicolas Dufresne
  • added 5 commits

    Compare with previous version

  • Nicolas Dufresne resolved all threads

    resolved all threads

  • Ok, well, good thing, @tpm must have fixed the doc already ;-P

  • Thanks for this fix!

  • Please register or sign in to reply
    Loading