I've run into an issue where using the quoted tilde, which doesn't expand in quotation marks instead of $HOME causes boundary errors and a segfault with no meaningful core dump. This is an attempt to fix this issue. Alternatively some early return can be used if the argument contains a tilde, or the program should handle rewriting the tilde into $HOME
I've run into an issue where using the quoted tilde, which doesn't expand in quotation marks instead of
$HOME
causes boundary errors and a segfault with no meaningful core dump. This is an attempt to fix this issue. Alternatively some early return can be used if the argument contains a tilde, or the program should handle rewriting the tilde into$HOME