hydra: initialise test_loc and user_path to NULL

Esse commit está contido em:
Mosè Giordano
2024-10-08 10:30:41 +01:00
commit a38c6576da
+1 -1
Ver Arquivo
@@ -60,7 +60,7 @@ static HYD_status get_abs_wd(const char *wd, char **abs_wd)
HYD_status HYDU_find_in_path(const char *execname, char **path)
{
char *tmp[4], *path_loc = NULL, *test_loc, *user_path;
char *tmp[4], *path_loc = NULL, *test_loc = NULL, *user_path = NULL;
HYD_status status = HYD_SUCCESS;
HYDU_FUNC_ENTER();