Commit 2209e3cf authored by Tim Peters's avatar Tim Peters
Browse files

BTree_findRangeEnd(): Don't leak a reference in case of error. One

caller was compensating for this, others weren't, easier to fix the
routine than its callers (it's unexpected that an error return may
require the caller to decref an output argument).  Noted but did not
yet fix what looks to be a subtle algorithmic problem that can result
in a bad answer in an unlikely (but possible) case.
parent afdded70
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment