mirror of https://git.musl-libc.org/git/musl
Browse Source
the character sequence '$((' was incorrectly interpreted as the
opening of arithmetic even within single-quoted contexts, thereby
suppressing the checks for bad characters after the closing quote.
presently bad character checking is only performed when the WRDE_NOCMD
is used; this patch only corrects checking in that case.
master
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue