Closed atoppi closed 1 month ago
See #3414 for some more background.
This patch replaces g_strplit with strtok_r when tokenizing the SDP in janus_sdp_parse.
g_strplit
strtok_r
janus_sdp_parse
Merging.
See #3414 for some more background.
This patch replaces
g_strplit
withstrtok_r
when tokenizing the SDP injanus_sdp_parse
.