Searched hist:286973 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/bin/sh/tests/parser/
H A Ddollar-quote13.0286973 Thu Aug 20 22:14:48 MDT 2015 jilles 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.
H A DMakefilediff 286973 Thu Aug 20 22:14:48 MDT 2015 jilles 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.
/freebsd-11.0-release/bin/sh/
H A Dparser.cdiff 286973 Thu Aug 20 22:14:48 MDT 2015 jilles 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.

Completed in 89 milliseconds