Skip to content

Conversation

@SiliconA-Z
Copy link
Contributor

Added UTF-8 validation in _Mbrtowc to reject overlong encodings and out-of-range code points, returning EILSEQ instead of accepting ill-formed sequences.

Added UTF-8 validation in _Mbrtowc to reject overlong encodings and out-of-range code points, returning EILSEQ instead of accepting ill-formed sequences.
@SiliconA-Z SiliconA-Z requested a review from a team as a code owner December 6, 2025 15:39
@github-project-automation github-project-automation bot moved this to Initial Review in STL Code Reviews Dec 6, 2025
@StephanTLavavej

This comment was marked as outdated.

@StephanTLavavej StephanTLavavej added the bug Something isn't working label Dec 6, 2025
@StephanTLavavej StephanTLavavej moved this from Initial Review to Work In Progress in STL Code Reviews Dec 7, 2025
@StephanTLavavej
Copy link
Member

Without a test case, it is unclear whether this is fixing a real bug, or if it's AI-written code that's not doing anything productive.

@StephanTLavavej
Copy link
Member

Closing due to no response, superseded by #6060, thanks @cpplearner!

@github-project-automation github-project-automation bot moved this from Work In Progress to Done in STL Code Reviews Jan 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants