mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
In bdb_idl_fetch_key, the DB_MULTIPLE buffer must be a multiple of 1024
bytes in size.
This commit is contained in:
parent
9a154f89b0
commit
780d427fa6
@ -251,7 +251,7 @@ bdb_idl_fetch_key(
|
||||
#ifdef BDB_IDL_MULTI
|
||||
{
|
||||
DBC *cursor;
|
||||
ID buf[BDB_IDL_DB_SIZE];
|
||||
ID buf[BDB_PAGESIZE*4];
|
||||
ID *i;
|
||||
void *ptr;
|
||||
size_t len;
|
||||
|
Loading…
Reference in New Issue
Block a user