Skip to content
Snippets Groups Projects
Commit 495106c2 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix potential SIGSEGV when backsql_modify_delete_all_values() is used outside backsql_add()

parent a4d2c63a
Branches
Tags
No related merge requests found
......@@ -246,7 +246,7 @@ backsql_modify_delete_all_values(
sth, rc );
rs->sr_err = LDAP_OTHER;
}
rs->sr_text = op->ora_e->e_name.bv_val;
rs->sr_text = op->o_req_dn.bv_val;
SQLFreeStmt( sth, SQL_DROP );
return rs->sr_err;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment