-
- Downloads
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().
Please register or sign in to comment