fixed command not found stopping execution

This commit is contained in:
mdev9
2024-05-03 08:41:56 +02:00
parent e75099562e
commit 9e2f926ca8
2 changed files with 2 additions and 14 deletions

13
todo
View File

@ -1,13 +0,0 @@
(()) leaks when exit
probably repaired:
- cat < Makefile | rev | cat -e | rev | cat
- cat Makefile | commandnotfound | cat
- .. # (pas de command not found)
- echo -nnn -n -nnnnnn aaa -nn # (invalid write/read)
- echo -nnn -n -a -nnnnnn aaa -nn # (pas de print de flag apres le -a) (mais ca marche sur echo -nnn -n -nigga -nnnnnn aaa -nn ????????????????)
- cat filenotfound -> exit # (exit avec le status 0 et pas 1)
- < filenotfound # (status code pas a 1)
- export aaa -> env # (variable aaa qui s'affiche)