wireplumber/modules
George Kiagiadakis 50e52b9e84 modules: fix reading proxy-node out GVariants
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.
2019-09-22 18:14:43 +03:00
..
module-pipewire modules: fix reading proxy-node out GVariants 2019-09-22 18:14:43 +03:00
module-pw-audio-softdsp-endpoint lib/wp: merge both WpRemote & WpRemotePipewire in WpCore 2019-09-07 17:55:46 +03:00
meson.build modules: implement a new module-monitor 2019-09-17 16:35:14 +03:00
module-client-permissions.c lib/wp: merge both WpRemote & WpRemotePipewire in WpCore 2019-09-07 17:55:46 +03:00
module-mixer.c lib/wp: merge both WpRemote & WpRemotePipewire in WpCore 2019-09-07 17:55:46 +03:00
module-monitor.c modules: implement a new module-monitor 2019-09-17 16:35:14 +03:00
module-pipewire.c lib/wp: merge both WpRemote & WpRemotePipewire in WpCore 2019-09-07 17:55:46 +03:00
module-pw-alsa-udev.c modules: replace the monitor code from module-pw-{alsa,bluez} with module-monitor 2019-09-17 16:35:14 +03:00
module-pw-audio-client.c lib/wp: merge both WpRemote & WpRemotePipewire in WpCore 2019-09-07 17:55:46 +03:00
module-pw-audio-softdsp-endpoint.c modules: fix reading proxy-node out GVariants 2019-09-22 18:14:43 +03:00
module-pw-bluez.c modules: replace the monitor code from module-pw-{alsa,bluez} with module-monitor 2019-09-17 16:35:14 +03:00
module-simple-policy.c simple-policy: handle bluez endpoints 2019-08-28 14:19:22 -04:00