- in mbrtowc() we need to disallow codepoints above 0x10ffff.
- In wcrtomb() we need to disallow codepoints between 0xd800 and 0xdfff.
Details
Details
- Reviewers
jilles bapt - Commits
- rS287125: Make UTF-8 parsing and generation more strict.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 134 Build 134: arc lint + arc unit