gysiang / minishell

0 stars 1 forks source link

Test4 #258

Closed gysiang closed 4 months ago

gysiang commented 4 months ago
  1. Fixed memory leak for get_env_value
  2. 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.