Skip to content
Snippets Groups Projects
Commit a632038d authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Entry *e could be freed uninitialized after goto return_results;

parent c46cd360
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@ int
bdb_compare( Operation *op, SlapReply *rs )
{
struct bdb_info *bdb = (struct bdb_info *) op->o_bd->be_private;
Entry *e;
Entry *e = NULL;
EntryInfo *ei;
Attribute *a;
int manageDSAit = get_manageDSAit( op );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment