mxafi / minishell

A school project at Hive Helsinki, recreating a simple version of bash.
2 stars 1 forks source link

Lexer fsanitize=address fails #22

Closed mxafi closed 1 year ago

mxafi commented 1 year ago

At least one issue: heap use after free, easy to fix. May or may not have other issues discoverable by fsanitize=address. You can compile with the flags using:

liocle commented 1 year ago

Updated remove_spaces() in lexer_validate_syntax.c