Something went wrong on our end
-
Xavier Robin authored
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().
Xavier Robin authoredGetPrev() 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().
transfer_connectivity.cc 7.97 KiB