jdagz28 / Minishell

0 stars 0 forks source link

not-working, leaks and segfaults #65

Closed jdagz28 closed 10 months ago

jdagz28 commented 10 months ago

leaks with cat <| ls - FIXED

jdagz28 commented 10 months ago

echo hello | "|" - FIXED

jdagz28 commented 10 months ago

echo hello < infile world world - FIXED

jdagz28 commented 10 months ago

leaks in unset - (??FIXED)

no problem with 19 computers. leak in ubuntu

jdagz28 commented 10 months ago

leaks in cd and shell->pwd.root change - FIXED

jdagz28 commented 10 months ago

segfaults with only unset - FIXED

jdagz28 commented 10 months ago

signal \ - not working with cat {empty}

jdagz28 commented 10 months ago

cat < infile | echo hi; (hi should only be printed) - FIXED; and also for all the builtins