mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-03 06:47:04 -04:00
Memory Safety: Medium spa_bt_midi_server_new() did not check the return value of strdup() when duplicating the characteristic path. On allocation failure, a NULL chr_path would be returned as part of the server object, leading to a NULL pointer dereference when later used. Add a NULL check that jumps to the existing fail cleanup path. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| lib | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||