ITS#9637 more for idlexp max

This commit is contained in:
Howard Chu 2021-08-16 22:56:38 +01:00
parent c3aca3d545
commit ac637676f8

View File

@ -1326,7 +1326,7 @@ static void *search_stack( Operation *op )
}
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 ) );
ic->logn = MDB_idl_logn;
if ( op->o_threadctx ) {