summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/stdio.c
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2006-03-30 09:04:12 +0000
committertrhodes <trhodes@FreeBSD.org>2006-03-30 09:04:12 +0000
commitdba9e095d481ec8f3fae72a3ca12ac6bc8e61664 (patch)
treeb7f7d0159026bf52a5148164d15f84b0f4d8b06d /lib/libc/stdio/stdio.c
parent67e675ade087cff315601677e19b175c83150962 (diff)
downloadFreeBSD-src-dba9e095d481ec8f3fae72a3ca12ac6bc8e61664.zip
FreeBSD-src-dba9e095d481ec8f3fae72a3ca12ac6bc8e61664.tar.gz
Fix a bug where, for 6-byte sequences, the top 6 bits get compared to
111111 rather than the top 7 bits being compared against 1111110 causing illegal bytes fe and ff being treated the same as legal bytes fc and fd.
Diffstat (limited to 'lib/libc/stdio/stdio.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud