mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 20:50:42 +02:00
fix for internal redirection flags colliding with open/fcntl flags; call memfd_create with MFD_NOEXEC_SEAL; fix for setting $BASH in su-started login shell; fix for unsetting $REPLY after nofork comsubs
This commit is contained in:
+1
-1
@@ -776,7 +776,7 @@ get_bash_name (void)
|
||||
{
|
||||
char *name;
|
||||
|
||||
if ((login_shell == 1) && RELPATH(shell_name))
|
||||
if ((login_shell == 1) && su_shell)
|
||||
{
|
||||
if (current_user.shell == 0)
|
||||
get_current_user_info ();
|
||||
|
||||
Reference in New Issue
Block a user