mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-02 06:46:36 -04:00
Memory Safety: Medium parse_graph() does not check the return values of calloc() for input_names/output_names arrays, or strdup() for individual name entries. If any allocation fails, the code dereferences a NULL pointer or stores NULL without detection. Add NULL checks that return -ENOMEM on allocation failure. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| lib | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||