Skip to content
Snippets Groups Projects
Verified Commit 98e4ebc9 authored by Xavier Robin's avatar Xavier Robin
Browse files

fix: guard against invalid handles

GetPrev() or GetNext() may return invalid residue handles. It is
unclear what happens next, find() may simply (hopefully) find nothing,
however this feels unsafe. This fix guards against this possibility
by checking for handles validity before giving them to find().
parent 34da23eb
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment