Home
last modified time | relevance | path

Searched hist:"6 ab1d4d9c37d6e19c89fdd87f8bb01fa34526449" (Results 1 – 3 of 3) sorted by relevance

/freebsd/tools/regression/usr.bin/env/
H A Dregress-sb.rbdiff 6ab1d4d9c37d6e19c89fdd87f8bb01fa34526449 Sun Mar 08 15:12:43 CET 2015 Jilles Tjoelker <jilles@FreeBSD.org> 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
MFC after: 1 week
H A Dregress-env.rgdatadiff 6ab1d4d9c37d6e19c89fdd87f8bb01fa34526449 Sun Mar 08 15:12:43 CET 2015 Jilles Tjoelker <jilles@FreeBSD.org> 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
MFC after: 1 week
/freebsd/usr.bin/env/
H A Denvopts.cdiff 6ab1d4d9c37d6e19c89fdd87f8bb01fa34526449 Sun Mar 08 15:12:43 CET 2015 Jilles Tjoelker <jilles@FreeBSD.org> 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
MFC after: 1 week