mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-19 02:38:09 +02:00
Memory Safety: Medium In pw_context_set_spa_libs(), strdup(lib) was not checked for failure. A NULL entry->lib would cause a NULL dereference when the factory library path is later looked up and used for dlopen(). Fix by checking the strdup() return value and cleaning up the regex and array entry on failure. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| daemon | ||
| examples | ||
| gst | ||
| modules | ||
| pipewire | ||
| tests | ||
| tools | ||
| meson.build | ||