mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 12:15:19 +00:00
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> |
||
---|---|---|
.. | ||
nice | ||
datachannel.c | ||
datachannel.h | ||
dtlstransport.c | ||
dtlstransport.h | ||
ice.c | ||
ice.h | ||
icestream.c | ||
icestream.h | ||
icetransport.c | ||
icetransport.h | ||
meson.build | ||
rtcsessiondescription.c | ||
rtcsessiondescription.h | ||
rtpreceiver.c | ||
rtpreceiver.h | ||
rtpsender.c | ||
rtpsender.h | ||
rtptransceiver.c | ||
rtptransceiver.h | ||
sctptransport.c | ||
sctptransport.h | ||
webrtc-priv.h | ||
webrtc.c | ||
webrtc.h | ||
webrtc_fwd.h |