https://bugs.openldap.org/show_bug.cgi?id=8537
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Howard Chu hyc@openldap.org --- Didn't see any crash in current mdb.master3, 9aa3ac00567db8d5222abea46325a8b882937350
I see EINVAL on case 9 with the test program, trying to use MDB_GET_CURRENT after and MDB_SET_KEY that returned MDB_NOTFOUND. This appears to be correct behavior, since the cursor isn't pointing at anything when MDB_NOTFOUND is returned.
On the reported commit ID, the test program asserts on case 0, but that doesn't appear to be relevant any more.