This is an archive of the discontinued LLVM Phabricator instance.

[libc] Support underscores in NaN char sequences
ClosedPublic

Authored by michaelrj on Aug 2 2023, 11:28 AM.

Details

Summary

Other libc implementations support underscores in NaN(n-char-sequence)
strings. Us not supporting that is causing fuzz failures, so this patch
solves the problem.

Diff Detail

Event Timeline

michaelrj created this revision.Aug 2 2023, 11:28 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 2 2023, 11:28 AM
michaelrj requested review of this revision.Aug 2 2023, 11:28 AM
lntue accepted this revision.Aug 2 2023, 11:46 AM
This revision is now accepted and ready to land.Aug 2 2023, 11:46 AM
This revision was automatically updated to reflect the committed changes.