[Bug 790508] srtpenc calling srtp_protect_rtcp after session is deallocated

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Nov 20 13:57:02 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=790508

--- Comment #2 from Jake Foytik <jake.foytik at ipconfigure.com> ---
I tried the changes you provided and the issue still occurs. libsrtp's
srtp_protect_rtcp() function does not do a check if the srtp context
(filter->session) is NULL, but it does check if the stream_list
(filter->session->stream_list) or stream_template are NULL. 

We could expand your changes to add a check if filter->session is NULL before
we attempt to call srtp_protect_rtcp() and srtp_protect().

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list