Skip to content
Snippets Groups Projects
Commit 3b499448 authored by Howard Chu's avatar Howard Chu
Browse files

Fix to avoid freeing an uninitialized pointer

parent bd93a9f6
No related branches found
No related tags found
No related merge requests found
......@@ -283,7 +283,7 @@ do_bind(
if ( be->be_bind ) {
/* alias suffix */
char *edn;
char *edn = NULL;
/* deref suffix alias if appropriate */
ndn = suffix_alias( be, ndn );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment