mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
ITS#7588 fix double-free for sorted paged search
This commit is contained in:
parent
4a6adbf589
commit
68cb9ae250
1 changed files with 1 additions and 0 deletions
|
|
@ -618,6 +618,7 @@ static void send_page( Operation *op, SlapReply *rs, sort_op *so )
|
|||
|
||||
/* Set the first entry to send for the next page */
|
||||
so->so_tree = next_node;
|
||||
next_node->avl_left = NULL;
|
||||
|
||||
op->o_bd = be;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue