mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-03 06:47:04 -04:00
Memory Safety: Medium In pw_strv_insert(), the strdup(str) result at the insertion position was not checked for failure. A NULL would be stored in the string vector, causing NULL dereferences when callers iterate the vector. Fix by checking the strdup() return value and cleaning up on failure. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| daemon | ||
| examples | ||
| gst | ||
| modules | ||
| pipewire | ||
| tests | ||
| tools | ||
| meson.build | ||