File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
* Copyright (c) 2014 Hochschule Esslingen. All rights reserved.
20
20
* Copyright (c) 2015 Research Organization for Information Science
21
21
* and Technology (RIST). All rights reserved.
22
- * Copyright (c) 2015 Mellanox Technologies, Inc.
22
+ * Copyright (c) 2015-2023 Mellanox Technologies, Inc.
23
23
* All rights reserved.
24
24
* Copyright (c) 2017 IBM Corporation. All rights reserved.
25
25
* Copyright (c) 2018-2022 Amazon.com, Inc. or its affiliates. All Rights reserved.
@@ -89,7 +89,7 @@ static bool opal_register_util_done = false;
89
89
90
90
static char * opal_var_dump_color_string = NULL ;
91
91
92
- static char * opal_var_dump_color_keys [OPAL_VAR_DUMP_COLOR_KEY_COUNT ] = {
92
+ static char * opal_var_dump_color_keys [OPAL_VAR_DUMP_COLOR_KEY_COUNT + 1 ] = {
93
93
[OPAL_VAR_DUMP_COLOR_VAR_NAME ] = "name" ,
94
94
[OPAL_VAR_DUMP_COLOR_VAR_VALUE ] = "value" ,
95
95
[OPAL_VAR_DUMP_COLOR_VALID_VALUES ] = "valid_values"
You can’t perform that action at this time.
0 commit comments