gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/nice
Albert Sjölund d3f92b9760 webrtc: Fix segfault traversing ice transports
Previously, reassigning loop index l in nicestream.c
could cause a segfault if l->data was null, as it could
reassign l to a null variable, triggering the loop
postassignment l->next, which then segfaults due to
l now being null. It is instead moved into the loop.
_delete_transport already performs the reassignment
inline.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4192>
2023-03-17 14:11:52 +00:00
..
meson.build webrtc: Change requirement to libnice 0.1.20 2023-01-07 16:03:23 +00:00
nice.c webrtcbin: Relay add-ice-candidate errors from Ice implementation to Application 2023-02-27 09:09:47 +00:00
nice.h webrtc: Split WebRTCICE into base classes and implementation. 2022-07-26 13:51:11 +00:00
nice_fwd.h webrtc: Split WebRTCICE into base classes and implementation. 2022-07-26 13:51:11 +00:00
nicestream.c webrtc: Fix segfault traversing ice transports 2023-03-17 14:11:52 +00:00
nicestream.h webrtc: Split WebRTCICE into base classes and implementation. 2022-07-26 13:51:11 +00:00
nicetransport.c webrtc: nice: WeakRef access fixes 2022-08-01 13:13:16 +00:00
nicetransport.h webrtc: Split WebRTCICE into base classes and implementation. 2022-07-26 13:51:11 +00:00