freebsd-skq/bin/sh/tests
jilles 5e4f40c860 sh: Avoid negative character values from $'\Uffffffff' etc.
The negative value was not expected and generated the low 8 bits as a byte,
which may be an invalid character encoding.

The final shift in creating the negative value was undefined as well.

Make the temporary variable unsigned to fix this.
2015-08-20 22:05:55 +00:00
..
builtins sh: Backslash-newline should not affect field splitting in read builtin. 2015-08-16 12:57:17 +00:00
errors
execution
expansion
parameters
parser sh: Avoid negative character values from $'\Uffffffff' etc. 2015-08-20 22:05:55 +00:00
set-e
functional_test.sh
Makefile