History log of /freebsd-10-stable/tools/regression/usr.bin/env/regress-env.rgdata
Revision Date Author Comments
# 280027 15-Mar-2015 jilles

MFC r279779: env: Fix crash when -S string is not empty but no operand
follows.

split_spaces() set argc in main() incorrectly, which caused trouble for
getopt().

Examples:
env -S '\c'
env -S -i

PR: 197769


# 280002 14-Mar-2015 jilles

MFC r279722: env: Fix testsuite for additional variables set by sh.


# 280027 15-Mar-2015 jilles

MFC r279779: env: Fix crash when -S string is not empty but no operand
follows.

split_spaces() set argc in main() incorrectly, which caused trouble for
getopt().

Examples:
env -S '\c'
env -S -i

PR: 197769


# 280002 14-Mar-2015 jilles

MFC r279722: env: Fix testsuite for additional variables set by sh.