Skip to content

Fix potential UAF in renderjob clipping

Christian Hergert requested to merge wip/chergert/fix-clips-uaf into main

I went in here to make this faster (and this does) but saw a potential UAF along the way. This fixes the UAF and makes things much faster than using GArray.

Merge request reports