freebsd-nq/bin/sh/tests/parser
Jilles Tjoelker 026dfd4aef sh: Fix use after free when resetting an in-use alias.
The special case of modifying an existing alias does not work correctly if
the alias is currently in use. Instead, handle this case by unaliasing the
old alias (if any) and then creating a new alias.
2017-04-16 22:10:02 +00:00
..
alias1.0
alias2.0
alias3.0
alias4.0
alias5.0
alias6.0
alias7.0
alias8.0
alias9.0
alias10.0
alias11.0
alias12.0
alias13.0
alias14.0
alias15.0
alias15.0.stdout
alias16.0 sh: Add test for unaliasing an alias that is currently in use. 2017-04-08 21:57:59 +00:00
alias17.0 sh: Fix unalias -a while an alias is currently in use. 2017-04-16 21:42:43 +00:00
alias18.0 sh: Fix use after free when resetting an in-use alias. 2017-04-16 22:10:02 +00:00
and-pipe-not.0
case1.0
case2.0
comment1.0 sh: Add tests for comments in sh -c. 2016-02-19 16:56:07 +00:00
comment2.42 sh: Add tests for comments in sh -c. 2016-02-19 16:56:07 +00:00
dollar-quote1.0
dollar-quote2.0
dollar-quote3.0
dollar-quote4.0
dollar-quote5.0
dollar-quote6.0
dollar-quote7.0
dollar-quote8.0
dollar-quote9.0
dollar-quote10.0
dollar-quote11.0
dollar-quote12.0 sh: Add test for $'\u' without any digits. 2015-08-20 21:31:36 +00:00
dollar-quote13.0 sh: Avoid negative character values from $'\Uffffffff' etc. 2015-08-20 22:05:55 +00:00
empty-braces1.0
empty-cmd1.0
for1.0
for2.0
func1.0
func2.0
func3.0
heredoc1.0
heredoc2.0
heredoc3.0
heredoc4.0
heredoc5.0
heredoc6.0
heredoc7.0
heredoc8.0
heredoc9.0
heredoc10.0
heredoc11.0
heredoc12.0
heredoc13.0 sh: Allow empty << EOF markers. 2015-09-02 19:49:55 +00:00
line-cont1.0
line-cont2.0
line-cont3.0
line-cont4.0 sh: Allow backslash-newline continuation in more places: 2014-10-19 11:59:15 +00:00
line-cont5.0 sh: Allow backslash-newline continuation in more places: 2014-10-19 11:59:15 +00:00
line-cont6.0 sh: Allow backslash-newline continuation in more places: 2014-10-19 11:59:15 +00:00
line-cont7.0 sh: Allow backslash-newline continuation in more places: 2014-10-19 11:59:15 +00:00
line-cont8.0 sh: Allow backslash-newline continuation in more places: 2014-10-19 11:59:15 +00:00
line-cont9.0 sh: Allow backslash-newline continuation in more places: 2014-10-19 11:59:15 +00:00
line-cont10.0 sh: Allow backslash-newline continuation in more places: 2014-10-19 11:59:15 +00:00
line-cont11.0 sh: Allow backslash-newline continuation in more places: 2014-10-19 11:59:15 +00:00
Makefile sh: Fix use after free when resetting an in-use alias. 2017-04-16 22:10:02 +00:00
Makefile.depend DIRDEPS_BUILD: Connect MK_TESTS. 2016-03-09 22:46:01 +00:00
no-space1.0
no-space2.0
nul1.0 sh: Rework code to remove '\0' from shell input. 2016-02-19 21:53:12 +00:00
only-redir1.0
only-redir2.0
only-redir3.0
only-redir4.0
pipe-not1.0
set-v1.0 sh: Fix set -v and multiline history after r295825. 2016-02-23 22:44:01 +00:00
set-v1.0.stderr sh: Fix set -v and multiline history after r295825. 2016-02-23 22:44:01 +00:00
var-assign1.0