1
1

Protect against NULL result in get_attr

This commit was SVN r31947.
Этот коммит содержится в:
Ralph Castain 2014-06-04 03:09:37 +00:00
родитель 8e768de317
Коммит c5384d44d7

Просмотреть файл

@ -375,6 +375,7 @@ static void launch_daemons(int fd, short args, void *cbdata)
if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(state->jdata->apps, n))) {
continue;
}
app_prefix_dir = NULL;
orte_get_attribute(&app->attributes, ORTE_APP_PREFIX_DIR, (void**)&app_prefix_dir, OPAL_STRING);
/* Check for already set cur_prefix_dir -- if different,
complain */