]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In case of ENCODING_8BIT the EOF code will be pass to putchar.
authoroshogbo <oshogbo@FreeBSD.org>
Thu, 21 Mar 2019 06:31:14 +0000 (06:31 +0000)
committeroshogbo <oshogbo@FreeBSD.org>
Thu, 21 Mar 2019 06:31:14 +0000 (06:31 +0000)
commitfa618052fde57cf707a89394f23934dd5512a8ee
tree8b3b8a03e402e9eaf1c721dfa13031e908472a34
parente01467a7b68c2fbf4d5e2e18ce475e5594ff1495
In case of ENCODING_8BIT the EOF code will be pass to putchar.
EOF check should be done before (uint8_t)c > 127 test.

Reported by: cem
contrib/elftoolchain/strings/strings.c