mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-19 03:48:10 +02:00
parse_sdp_a_rtpmap used c += strlen(c) + 1 to skip past the MIME type to the rate/channels part, but if the a=rtpmap: line had no / separator, strcspn returned the full string length and the +1 advanced past the null terminator. Fix this by checking if / was actually found, returning -EINVAL if not. |
||
|---|---|---|
| .. | ||
| daemon | ||
| examples | ||
| gst | ||
| modules | ||
| pipewire | ||
| tests | ||
| tools | ||
| meson.build | ||