changes for PATH being the empty string; more minor asan fixes

This commit is contained in:
Chet Ramey
2023-03-17 16:03:11 -04:00
parent 437b73931c
commit deedd41cf4
10 changed files with 131 additions and 41 deletions
+1
View File
@@ -35,6 +35,7 @@ extern int executable_or_directory (const char *);
extern char *find_user_command (const char *);
extern char *find_in_path (const char *, char *, int);
extern char *find_path_file (const char *);
extern char *path_value (const char *, int);
extern char *search_for_command (const char *, int);
extern char *user_command_matches (const char *, int, int);
extern void setup_exec_ignore (const char *);