0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00
obs-studio/plugins/linux-pipewire
Kurt Kartaltepe ea1d022c20 linux-pipewire: Ensure number of dmabufs is zero initialized
We use a size_t that can be 64bit while EGL uses 32bit for the
underlying value. Writes from our graphics function can leave high bits
uninitialized and cause iteration of the format list to overlfow.

fixes #9844
2023-11-12 13:32:24 -03:00
..
data
CMakeLists.txt
linux-pipewire.c
pipewire.c linux-pipewire: Ensure number of dmabufs is zero initialized 2023-11-12 13:32:24 -03:00
pipewire.h
portal.c
portal.h
screencast-portal.c
screencast-portal.h