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

(ITS#7146) mdb_info.mi_adxs[] overflow



Full_Name: Hallvard B Furuseth
Version: master: 2e9f1f93c8acf028fffeec3fc8bafd1a19b719b7
OS: 
URL: 
Submission from: (NULL) (129.240.6.233)
Submitted by: hallvard


mdb_info.mi_adxs[] should be a hash table.  It is indexed by
AttributeDescription.ad_index, which can be > MDB_MAXADS.

Currently back-mdb dumps core with 'attributeoptions foo-' in slapd.conf
when ldapadding an ldif which does

	dn: l=e$i,o=adxs
	objectClass: locality
	st;foo-$i: bar

	# optionally:
	dn: l=e$i,o=adxs
	changetype: delete
 
for i = 0...66000.