diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-03-31 00:46:07 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-03-31 00:48:18 +0200 |
commit | 6ffaa00338a9dc5f9e798c30aa9f96e51ab2ef36 (patch) | |
tree | 2d4a0bb86f76fba8e8f1eedfa4e59d8c28b2592e /testsuite/ln | |
parent | 73523079a2c5f1cf370095a3166bace1d01fcba5 (diff) | |
download | busybox-6ffaa00338a9dc5f9e798c30aa9f96e51ab2ef36.tar.gz |
hush: fix a signedness bug
Testcase:
set -- a ""; space=" "; printf "<%s>\n" "$@"$space
Before:
<a >
After:
<a>
<>
It usually does not bite since bbox forces -funsigned-char build.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/ln')
0 files changed, 0 insertions, 0 deletions