mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-06-03 12:28:19 +02:00
spa_json_encode_string was called with sizeof(name)-1, which would not write a null terminator on truncation. Use sizeof(name) and skip sink names that don't fit in the buffer. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| daemon | ||
| examples | ||
| gst | ||
| modules | ||
| pipewire | ||
| tests | ||
| tools | ||
| meson.build | ||