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
c0b61a94
Commit
c0b61a94
authored
Nov 30, 2020
by
Howard Chu
Committed by
Quanah Gibson-Mount
Dec 02, 2020
Browse files
ITS
#9409
saslauthz: use ch_free on normalized DN
parent
fbf9e629
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/saslauthz.c
View file @
c0b61a94
...
...
@@ -860,7 +860,7 @@ done:
if
(
lud_dn
)
{
if
(
ludp
->
lud_dn
!=
lud_dn
)
{
ber_mem
free
(
ludp
->
lud_dn
);
ch_
free
(
ludp
->
lud_dn
);
}
ludp
->
lud_dn
=
lud_dn
;
}
...
...
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