Skip to content

mesa: Fix stack corruption for PIPE_QUERY_TIMESTAMP

Giancarlo Devich requested to merge gdevi/mesa:main into main

get_query_result expects a pointer to a union pipe_query_result, which is larger than GLuint64EXT, causing the memset it does to overwrite the stack.

Merge request reports