Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
71ea8bb2
Commit
71ea8bb2
authored
Jan 18, 2005
by
Pierangelo Masarati
Browse files
always invalidate freed memory\!
parent
8b26737c
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/bind.c
View file @
71ea8bb2
...
...
@@ -594,6 +594,7 @@ fe_op_bind( Operation *op, SlapReply *rs )
}
else
if
(
!
BER_BVISNULL
(
&
op
->
orb_edn
)
)
{
free
(
op
->
orb_edn
.
bv_val
);
BER_BVZERO
(
&
op
->
orb_edn
);
}
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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