Page MenuHomeFreeBSD

Make UTF-8 parsing and generation more strict.
ClosedPublic

Authored by ed on Aug 17 2015, 1:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 22, 2:29 AM
Unknown Object (File)
Fri, Nov 29, 1:21 PM
Unknown Object (File)
Nov 28 2024, 8:15 AM
Unknown Object (File)
Nov 28 2024, 8:14 AM
Unknown Object (File)
Nov 28 2024, 8:14 AM
Unknown Object (File)
Nov 28 2024, 7:53 AM
Unknown Object (File)
Nov 7 2024, 6:35 PM
Unknown Object (File)
Nov 1 2024, 10:38 AM
Subscribers

Details

Summary
  • in mbrtowc() we need to disallow codepoints above 0x10ffff.
  • In wcrtomb() we need to disallow codepoints between 0xd800 and 0xdfff.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ed retitled this revision from to Make UTF-8 parsing and generation more strict..
ed updated this object.
ed edited the test plan for this revision. (Show Details)
ed added reviewers: jilles, bapt.
bapt edited edge metadata.
This revision is now accepted and ready to land.Aug 17 2015, 3:18 PM
This revision was automatically updated to reflect the committed changes.