Initialize variables for safety
Этот коммит содержится в:
родитель
d6d7184703
Коммит
b7913836fc
@ -370,8 +370,8 @@ int mca_common_cuda_stage_one_init(void)
|
|||||||
while (searchpaths[j] != NULL) {
|
while (searchpaths[j] != NULL) {
|
||||||
i = 0;
|
i = 0;
|
||||||
while (cudalibs[i] != NULL) {
|
while (cudalibs[i] != NULL) {
|
||||||
char *filename;
|
char *filename = NULL;
|
||||||
char *str;
|
char *str = NULL;
|
||||||
|
|
||||||
/* If there's a non-empty search path, prepend it
|
/* If there's a non-empty search path, prepend it
|
||||||
to the library filename */
|
to the library filename */
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user