Skip to content

mesa/bufferobj: ensure that very large width+offset are always rejected

Corentin Noël requested to merge tintou/mesa:tintou/copy-overflow into main

What does this MR do and why?

In the case width+offset is triggering an integer overflow, the checks in place are not working as the comparison will fail.

Merge request reports