fix for -c command ending with backslash; fix several small memory leaks; fix several uninitialized variables; compgen -V fix

This commit is contained in:
Chet Ramey
2023-06-26 16:23:10 -04:00
parent 293916f885
commit 81f7b44564
16 changed files with 133 additions and 18 deletions
+1
View File
@@ -1922,6 +1922,7 @@ bash_command_name_stat_hook (char **name)
result = search_for_command (cname, 0);
if (result)
{
FREE (*name);
*name = result;
return 1;
}