mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-08 11:12:36 +02:00
fix for -c command ending with backslash; fix several small memory leaks; fix several uninitialized variables; compgen -V fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user