Skip to content
Snippets Groups Projects
  • Xavier Robin's avatar
    98e4ebc9
    fix: guard against invalid handles · 98e4ebc9
    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().
    Verified
    98e4ebc9
    History
    fix: guard against invalid handles
    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().
transfer_connectivity.cc 7.97 KiB