mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-28 07:08:13 +02:00
Memory Safety: Medium sprintf was used to format a /proc path without bounds checking. While pid_t values are practically bounded, using snprintf with sizeof(root_path) ensures the buffer cannot overflow regardless of the input value, following defense-in-depth principles. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| daemon | ||
| examples | ||
| gst | ||
| modules | ||
| pipewire | ||
| tests | ||
| tools | ||
| meson.build | ||