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

always invalidate freed memory\!

parent 8b26737c
No related branches found
No related tags found
No related merge requests found
......@@ -594,6 +594,7 @@ fe_op_bind( Operation *op, SlapReply *rs )
} else if ( !BER_BVISNULL( &op->orb_edn ) ) {
free( op->orb_edn.bv_val );
BER_BVZERO( &op->orb_edn );
}
} else {
......
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