mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-27 18:18:16 +02:00
Memory Safety: High The cmd_names[] array was indexed with a network-provided command type value before the bounds check, allowing an out-of-bounds read when processing crafted AVB network packets. Moved the bounds validation before the array access to prevent reading past the end of the array. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| daemon | ||
| examples | ||
| gst | ||
| modules | ||
| pipewire | ||
| tests | ||
| tools | ||
| meson.build | ||