Same issue as was fixed in commit 3d95323, but for hexadecimal floats.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D148545
[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 TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 17 2023, 10:33 AM This revision is now accepted and ready to land.Apr 19 2023, 4:21 PM Closed by commit rGb5f0a87686b2: [libc] Fix strtod hex exponent overflow bug (authored by michaelrj). · Explain WhyApr 19 2023, 4:32 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 514299 libc/src/__support/str_to_float.h
libc/test/src/stdlib/strtod_test.cpp
|