libc/locale: limit utf8 illegal input detection to 10FF FFFF
authorJohn Marino <draco@marino.st>
Sun, 16 Aug 2015 07:51:02 +0000 (09:51 +0200)
committerJohn Marino <draco@marino.st>
Sun, 16 Aug 2015 07:51:02 +0000 (09:51 +0200)
commit594d13a07466451297cbd6348924ef9db90f0e56
treeb41402870d80262e8cd586919d1d1df649d6018b
parent252b00558add1721cc08e392ece1f9578fc3b30c
libc/locale: limit utf8 illegal input detection to 10FF FFFF

This had been mostly done but we missed these two changes.

Discovered-by: dillon
lib/libc/locale/utf8.c