Skip to content

zink: Fix issues found in Coverity for zink_clear.c

Corentin Noël requested to merge tintou/mesa:tintou/zink-coverity into main

What does this MR do and why?

Use memmove when dealing with overlapping memory

Avoid the use of negative array offsets

Merge request reports