This is an archive of the discontinued LLVM Phabricator instance.

[libc] Fix strtod hex exponent overflow bug
ClosedPublic

Authored by michaelrj on Apr 17 2023, 10:33 AM.

Details

Summary

Same issue as was fixed in commit 3d95323, but for hexadecimal floats.

Diff Detail

Event Timeline

michaelrj created this revision.Apr 17 2023, 10:33 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 17 2023, 10:33 AM
michaelrj requested review of this revision.Apr 17 2023, 10:33 AM
sivachandra accepted this revision.Apr 19 2023, 4:21 PM
This revision is now accepted and ready to land.Apr 19 2023, 4:21 PM
This revision was automatically updated to reflect the committed changes.