mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
always invalidate freed memory\!
This commit is contained in:
parent
8b26737c27
commit
71ea8bb244
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue