mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#3647 fix hdb dn2idl SEGV
This commit is contained in:
parent
5affbfa428
commit
b0627689e8
@ -804,7 +804,7 @@ struct dn2id_cookie {
|
||||
ID dbuf;
|
||||
ID *ids;
|
||||
void *ptr;
|
||||
ID tmp[BDB_IDL_DB_SIZE];
|
||||
ID tmp[BDB_IDL_UM_SIZE];
|
||||
ID *buf;
|
||||
DBT key;
|
||||
DBT data;
|
||||
|
Loading…
Reference in New Issue
Block a user