diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-25 18:19:52 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-25 18:19:52 +0200 |
commit | 16490a5e3d03b8fa75746c874c3c3855e6ce11b9 (patch) | |
tree | 1ce152e29ee05ad7e040bdd3fca924e1d4a9327e /src/ft_m_loop.c | |
parent | Bug fix (diff) | |
download | 42-minishell-16490a5e3d03b8fa75746c874c3c3855e6ce11b9.tar.gz 42-minishell-16490a5e3d03b8fa75746c874c3c3855e6ce11b9.tar.bz2 42-minishell-16490a5e3d03b8fa75746c874c3c3855e6ce11b9.tar.xz 42-minishell-16490a5e3d03b8fa75746c874c3c3855e6ce11b9.tar.zst 42-minishell-16490a5e3d03b8fa75746c874c3c3855e6ce11b9.zip |
k
Diffstat (limited to '')
-rw-r--r-- | src/ft_m_loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_m_loop.c b/src/ft_m_loop.c index 7f805a2..14f40a9 100644 --- a/src/ft_m_loop.c +++ b/src/ft_m_loop.c @@ -36,6 +36,7 @@ uint8_t ft_memdel((void*)&line); ft_e_lcom(msh); ft_lcom_clear(&msh->curr); + /* TODO: segv on spaces only "msh ~> " */ /* TODO: segv on ';' terminated lines "msh ~> echo qwe;" */ /* TODO: (null): Bad address on "msh ~> echo a > asd; cat < asd" but not on "msh ~> echo a > asd; cat asd" */ /* TODO: GNL 25 leak on "msh ~> exit" */ |