mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
ITS#9637 more for idlexp max
This commit is contained in:
parent
c3aca3d545
commit
ac637676f8
1 changed files with 1 additions and 1 deletions
|
|
@ -1326,7 +1326,7 @@ static void *search_stack( Operation *op )
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( !ic ) {
|
if ( !ic ) {
|
||||||
ic = ch_malloc(( mdb->mi_search_stack_depth + 2 ) * MDB_idl_um_size
|
ic = ch_malloc(( mdb->mi_search_stack_depth + 2 ) * (size_t)MDB_idl_um_size
|
||||||
* sizeof( ID ) + sizeof( IDLchunk ) );
|
* sizeof( ID ) + sizeof( IDLchunk ) );
|
||||||
ic->logn = MDB_idl_logn;
|
ic->logn = MDB_idl_logn;
|
||||||
if ( op->o_threadctx ) {
|
if ( op->o_threadctx ) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue