mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-15 11:38:09 +02:00
GVariant is instructed to store a 64-bit unsigned integer (mode "t") but we pass it a pointer to a pointer to read this value out, which will crash in 32-bit architectures, as the pointer doesn't have enough bits and g_variant_lookup therefore corrupts the stack. |
||
|---|---|---|
| .. | ||
| module-pipewire | ||
| module-pw-audio-softdsp-endpoint | ||
| meson.build | ||
| module-client-permissions.c | ||
| module-mixer.c | ||
| module-monitor.c | ||
| module-pipewire.c | ||
| module-pw-alsa-udev.c | ||
| module-pw-audio-client.c | ||
| module-pw-audio-softdsp-endpoint.c | ||
| module-pw-bluez.c | ||
| module-simple-policy.c | ||