Unverified Commit b4e55299 authored by michaelrj-google's avatar michaelrj-google Committed by GitHub
Browse files

[libc] Fix printf long double inf, bitcast in msan (#70067)

These bugs were found with the new printf long double fuzzing. The long
double inf vs nan bug was introduced when we changed to
get_explicit_exponent. The bitcast msan issue hadn't come up previously,
but isn't a real bug, just a poisoning confusion.
parent 567a660a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment