diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-18 18:11:04 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-18 18:11:04 +0200 |
commit | 6baf8c11080bc73f4a55b770c2adde9536bc513c (patch) | |
tree | cd798337112f78c414a7d370511a8bc78ffc9e5b /TODO.org | |
parent | Handled execve fail (diff) | |
download | 42-minishell-6baf8c11080bc73f4a55b770c2adde9536bc513c.tar.gz 42-minishell-6baf8c11080bc73f4a55b770c2adde9536bc513c.tar.bz2 42-minishell-6baf8c11080bc73f4a55b770c2adde9536bc513c.tar.xz 42-minishell-6baf8c11080bc73f4a55b770c2adde9536bc513c.tar.zst 42-minishell-6baf8c11080bc73f4a55b770c2adde9536bc513c.zip |
HUGE pain in the ass finally over
Diffstat (limited to 'TODO.org')
-rw-r--r-- | TODO.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,10 +3,10 @@ ** DONE VISUAL=qweqwe crontab -e <=== deal with it ** DONE cd qweqwe <=== stderr ** DONE [#A] lpipes leaks <=== this is a big one (split lpipes | lcom | com) -** TODO [#A] /true/path/to/non-existant/bin/fail-plus-bad-fork +** DONE [#A] /true/path/to/non-existant/bin/fail-plus-bad-fork ** DONE [#B] forked write(2) stuff on cd ** TODO [#B] ./qwe.sh <=== handle bad shebang -** TODO [#C] fix that goddamn exit(2) 25 leak +** DONE [#C] fix that goddamn exit(2) 25 leak ** TODO [#C] lpipes leaks on builtins (same as above man) ** TODO [#C] leaks on builtins (same as above man) ** TODO [#C] Handle memory |