Initialize "conditions" to ensure we don't segv
This commit was SVN r7961.
Этот коммит содержится в:
родитель
399e41d113
Коммит
60b0330bc1
@ -307,7 +307,7 @@ int orte_gpr_replica_recv_get_conditional_cmd(orte_buffer_t *input_buffer,
|
|||||||
orte_gpr_addr_mode_t addr_mode;
|
orte_gpr_addr_mode_t addr_mode;
|
||||||
orte_gpr_replica_segment_t *seg=NULL;
|
orte_gpr_replica_segment_t *seg=NULL;
|
||||||
orte_gpr_replica_itag_t *tokentags=NULL, *keytags=NULL;
|
orte_gpr_replica_itag_t *tokentags=NULL, *keytags=NULL;
|
||||||
orte_gpr_keyval_t **conditions;
|
orte_gpr_keyval_t **conditions = NULL;
|
||||||
orte_gpr_replica_itagval_t **conds = NULL;
|
orte_gpr_replica_itagval_t **conds = NULL;
|
||||||
int rc, ret;
|
int rc, ret;
|
||||||
char *segment=NULL, **tokens=NULL, **keys=NULL;
|
char *segment=NULL, **tokens=NULL, **keys=NULL;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user