Haliris / minishell

Minishell repo by bthomas and jteissie
2 stars 1 forks source link

Fixes parent not returning early in case of open() exception when executing built_ins. #103

Closed Haliris closed 1 month ago

Haliris commented 1 month ago

Added built_in_redir_parent() to execute_builtin() to handle parent redirections exceptions and return early, memory properly handled. Closes: https://github.com/Haliris/minishell/issues/99