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

back-bdb index corruption triggered by failing modify operation (ITS#3226)



Full_Name: Ralf Haferkamp
Version: 2.2.14 / HEAD
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (212.95.103.3)


If entry_schema_check() in bdb_modify_internal() fails, the indexing flags in
save_attrs aren't reset. So when the same entry is modified again, it might be
deleted from the wrong indixes.

Patch is on its way to CVS.