hydra: initialise test_loc and user_path to NULL
Esse commit está contido em:
@@ -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();
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário