Han2-Ro / 42minishell

0 stars 0 forks source link

unset segfault #144

Closed aprevrah closed 5 months ago

aprevrah commented 5 months ago

unset PWD unset HOME

will cause a segfault unsetting them before, then starting minishell results in an immediate Segmentation fault (core dumped)

aprevrah commented 5 months ago

There might be more env vars that have the same problems