access: use strtok_r() in srt_url_parse_query()
I have spotted this using static analysis a while ago. It seems this is the only place strtok()
is used in the codebase. Changed it to use strtok_r()
in order to make it re-entrant.
I have spotted this using static analysis a while ago. It seems this is the only place strtok()
is used in the codebase. Changed it to use strtok_r()
in order to make it re-entrant.
VideoLAN code repository instance