mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix playlog uninit'd fields
This commit is contained in:
parent
edde8c99d8
commit
4ea68d5e8d
@ -1194,6 +1194,10 @@ syncprov_playlog( Operation *op, SlapReply *rs, sessionlog *sl,
|
||||
|
||||
ndel = i;
|
||||
|
||||
/* Zero out unused slots */
|
||||
for ( i=ndel; i < num - nmods; i++ )
|
||||
uuids[i].bv_len = 0;
|
||||
|
||||
/* Mods must be validated to see if they belong in this delete set.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user