Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
2e4d8136
Commit
2e4d8136
authored
Jul 08, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5557
parent
91955f08
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
2e4d8136
OpenLDAP 2.4 Change Log
OpenLDAP 2.4.11 Engineering
Fixed slapd sets memory leak (ITS#5557)
Added slapo-nssov contrib module
Fixed slapo-ppolicy DNs with whitespaces (ITS#5552)
Fixed slapo-syncprov ACL evaluation (ITS#5548)
...
...
servers/slapd/sets.c
View file @
2e4d8136
...
...
@@ -200,6 +200,7 @@ slap_set_join(
cp
->
set_op
->
o_tmpfree
(
rset
[
i
].
bv_val
,
cp
->
set_op
->
o_tmpmemctx
);
rset
[
i
]
=
rset
[
--
rlast
];
BER_BVZERO
(
&
rset
[
rlast
]
);
i
--
;
}
exists
=
1
;
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment