meetecho / janus-gateway

Janus WebRTC Server
https://janus.conf.meetecho.com
GNU General Public License v3.0
8.25k stars 2.48k forks source link

Parse SDP with strtok_r #3424

Closed atoppi closed 1 month ago

atoppi commented 2 months ago

See #3414 for some more background.

This patch replaces g_strplit with strtok_r when tokenizing the SDP in janus_sdp_parse.

lminiero commented 1 month ago

Merging.