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
c742b09c
Commit
c742b09c
authored
Mar 18, 2014
by
Howard Chu
Committed by
Quanah Gibson-Mount
Apr 01, 2014
Browse files
ITS#7587 fix double-free
Related to
bb3e14dd
(ITS#6254)
parent
3f45d689
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/translucent.c
View file @
c742b09c
...
...
@@ -1109,7 +1109,8 @@ static int translucent_search(Operation *op, SlapReply *rs) {
filter2bv_x
(
op
,
fr
,
&
op
->
ors_filterstr
);
}
rc
=
ov
->
db
.
bd_info
->
bi_op_search
(
op
,
rs
);
op
->
ors_attrs
=
tc
.
attrs
;
if
(
op
->
ors_attrs
==
slap_anlist_all_attributes
)
op
->
ors_attrs
=
tc
.
attrs
;
op
->
o_bd
=
tc
.
db
;
if
(
fl
)
{
op
->
o_tmpfree
(
op
->
ors_filterstr
.
bv_val
,
op
->
o_tmpmemctx
);
...
...
Write
Preview
Supports
Markdown
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