[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#7592) LMDB corruption



Full_Name: Howard Chu
Version: 2.4.33+
OS: 
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (78.155.233.73)
Submitted by: hyc


Already fixed in mdb.master commit 7233bc295bb3e40b2758158ae2de6f42516962f8

In mdb_page_split, if updating the parent's separator triggers a split in the
parent, and the current cursor position happens to point to the split index, the
cursor will be left pointing to the old parent page instead of the correct page.