ioannnikulin / minishell

2 stars 0 forks source link

error_handling_of_wrong_pwd_updates #82

Open cr3mebrulee opened 4 weeks ago

cr3mebrulee commented 4 weeks ago

consider case if we update pwd wrong here (if user specify too long path or path contain symbolic link) - than execution will work wrong. related problem: here call to getcwd can fail, consider error handling.