mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 20:10:11 -05:00
ITS#10329 slapo-pcache: clear out already freed op req DN
This commit is contained in:
parent
8651f98a08
commit
326e088df6
1 changed files with 2 additions and 0 deletions
|
|
@ -900,6 +900,8 @@ merge_entry(
|
|||
rc = 1;
|
||||
}
|
||||
|
||||
BER_BVZERO(&op->o_req_dn);
|
||||
BER_BVZERO(&op->o_req_ndn);
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue