mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
ITS#3989 fix crash - don't access freed psearch records
This commit is contained in:
parent
2ba90833c7
commit
d567be70eb
1 changed files with 1 additions and 0 deletions
|
|
@ -1048,6 +1048,7 @@ syncprov_matchops( Operation *op, opcookie *opc, int saveit )
|
|||
"search base has changed" );
|
||||
sprev->s_next = snext;
|
||||
syncprov_drop_psearch( ss, 1 );
|
||||
ss = sprev;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue