File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1717 * Copyright (c) 2010-2014 Los Alamos National Security, LLC.
1818 * All rights reserved.
1919 * Copyright (c) 2014 Hochschule Esslingen. All rights reserved.
20- * Copyright (c) 2015 Research Organization for Information Science
21- * and Technology (RIST). All rights reserved.
20+ * Copyright (c) 2015-2023 Research Organization for Information Science
21+ * and Technology (RIST). All rights reserved.
2222 * Copyright (c) 2015 Mellanox Technologies, Inc.
2323 * All rights reserved.
2424 * Copyright (c) 2017 IBM Corporation. All rights reserved.
@@ -89,10 +89,11 @@ static bool opal_register_util_done = false;
8989
9090static char * opal_var_dump_color_string = NULL ;
9191
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 ] = {
9393 [OPAL_VAR_DUMP_COLOR_VAR_NAME ] = "name" ,
9494 [OPAL_VAR_DUMP_COLOR_VAR_VALUE ] = "value" ,
95- [OPAL_VAR_DUMP_COLOR_VALID_VALUES ] = "valid_values"
95+ [OPAL_VAR_DUMP_COLOR_VALID_VALUES ] = "valid_values" ,
96+ [OPAL_VAR_DUMP_COLOR_KEY_COUNT ] = NULL
9697};
9798
9899/**
You can’t perform that action at this time.
0 commit comments