mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-02 06:46:36 -04:00
Memory Safety: Medium ladspa_plugin_make_desc() calls calloc() twice without checking the return value. If either allocation fails, the code dereferences a NULL pointer, causing a crash. Add NULL checks after both calloc calls and properly free the descriptor struct if the ports allocation fails. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| lib | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||