Skip to content

zink: use a safer iteration for fb surfaces during rp init

Mike Blumenkrantz requested to merge zmike/mesa:zink-fb_iter into master

doing a pointer iteration looks cool, but if the array is full, then it goes out of bounds and we crash

Merge request reports