[Release Planning 4.8] Samba 4.8.0

Matthias Dieter Wallnöfer mdw at samba.org
Sat Jan 13 21:19:54 UTC 2018


Feel free to patch this separately :).

Matthias

Douglas Bagnall wrote:
> There are definitely bits we want no matter what (e.g. this
> 
> @@ -265,56 +283,62 @@ int ldb_msg_find_common_values(struct ldb_context *ldb,
>  	}
>  
>  	values = talloc_array(mem_ctx, struct ldb_val, el->num_values);
>  	if (values == NULL) {
>  		return LDB_ERR_OPERATIONS_ERROR;
>  	}
>  	values2 = talloc_array(mem_ctx, struct ldb_val,
>  				    el2->num_values);
>  	if (values2 == NULL) {
> +		TALLOC_FREE(values);
>  		return LDB_ERR_OPERATIONS_ERROR;
>  	}
> 





More information about the samba-technical mailing list