issues
search
gysiang
/
minishell
0
stars
1
forks
source link
Test4
#258
Closed
gysiang
closed
4 months ago
gysiang
commented
4 months ago
Fixed memory leak for get_env_value
removed signal(SIGPIPE, SIG_IGN) from execute_pipeline. As a result, tester result dropped from 143 to 142. This is to pass the cat | cat | ls requirement on the eval sheet.