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
openldap
OpenLDAP
Commits
09e087c8
Commit
09e087c8
authored
Jun 16, 2000
by
Kurt Zeilenga
Browse files
Duplicate language tag to avoid double free
parent
3ece9066
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/ad.c
View file @
09e087c8
...
...
@@ -149,7 +149,7 @@ int slap_bv2ad(
goto
done
;
}
desc
.
ad_lang
=
tokens
[
i
];
desc
.
ad_lang
=
ch_strdup
(
tokens
[
i
]
)
;
/* normalize to all lower case, it's easy */
ldap_pvt_str2lower
(
desc
.
ad_lang
);
...
...
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