mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
ITS#3989 fix crash - don't access freed psearch records
This commit is contained in:
parent
2ba90833c7
commit
d567be70eb
@ -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 New Issue
Block a user