mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
pb in slapi_op_func was freed uninitialized if preop_type==0 && !internal_op
This commit is contained in:
parent
5a6eabb69d
commit
f6f367fda6
@ -563,6 +563,7 @@ slapi_op_func( Operation *op, SlapReply *rs )
|
||||
|
||||
if ( preop_type == 0 ) {
|
||||
/* no SLAPI plugin types for this operation */
|
||||
pb = NULL;
|
||||
rc = SLAP_CB_CONTINUE;
|
||||
goto cleanup;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user