diff options
author | Rich Felker <dalias@aerifal.cx> | 2017-09-01 17:05:40 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2017-09-01 17:05:40 -0400 |
commit | 39db00afadc9d8d0456c46eab42b8cb8ff9f375c (patch) | |
tree | d3320be6f357bbd69e2edbe8ad6b106af0b99476 /src/env/getenv.c | |
parent | 11ddc314b57196519316103b02acffe10299dad3 (diff) | |
download | musl-39db00afadc9d8d0456c46eab42b8cb8ff9f375c.tar.gz musl-39db00afadc9d8d0456c46eab42b8cb8ff9f375c.tar.xz musl-39db00afadc9d8d0456c46eab42b8cb8ff9f375c.zip |
fix erroneous acceptance of f4 9x xx xx code sequences by utf-8 decoder
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.
Diffstat (limited to 'src/env/getenv.c')
0 files changed, 0 insertions, 0 deletions