Add patch from upstream fixing an uninitialized file descriptor
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