Skip to content

Add patch from upstream fixing an uninitialized file descriptor

Simon McVittie requested to merge smcv/mesa:bug1107633 into debian-unstable
Add patch from upstream fixing an uninitialized file descriptor

This can lead to the gfxstream Vulkan driver closing file descriptors
that don't belong to it, causing various crashes or hangs in unrelated
components. Even if gfxstream is not actively in use, it gets loaded
during driver discovery.

Closes: #1107633

Merge request reports

Loading