Dsite42/minishell

Segmentation Fault in run_builtin()

Closed this issue · 1 comments

jnspr commented

The cause is argv[0] being passed into ms_str_compare() without being checked

jnspr commented

Fixed in 6640311