mirror of
https://github.com/fluencelabs/musl
synced 2025-06-01 09:01:40 +00:00
the DFA table controlling accepted ranges for the f4 prefix used an incorrect upper bound of 0xa0 where it should have been 0x90, allowing such sequences to be accepted and decoded as non-Unicode-scalar values 0x110000 through 0x11ffff.