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
Nadezhda Ivanova
OpenLDAP
Commits
4d845ef2
Commit
4d845ef2
authored
Sep 16, 1998
by
Kurt Zeilenga
Browse files
Resolves UD crash when binding with incorrect passwords.
Fix suggested by Hallvard Furuseth <h.b.furuseth@usit.uio.no>.
parent
32bae0e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
clients/ud/auth.c
View file @
4d845ef2
...
@@ -429,5 +429,5 @@ char *s;
...
@@ -429,5 +429,5 @@ char *s;
if
(
bound_dn
!=
NULL
)
if
(
bound_dn
!=
NULL
)
Free
(
bound_dn
);
Free
(
bound_dn
);
bound_dn
=
strdup
(
s
);
bound_dn
=
(
s
==
NULL
)
?
NULL
:
strdup
(
s
);
}
}
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