Haliris / minishell

Minishell repo by bthomas and jteissie
2 stars 1 forks source link

Fixed invalid read of size 8 in call_exit() when exception would be thrown #102

Closed Haliris closed 1 month ago

Haliris commented 1 month ago

Moved free_strarray() call in first exception of call_exit() down after the memory accesses (duh).

Closes: https://github.com/Haliris/minishell/issues/100