Open
Bug 1749864
(float-cast-overflow)
Opened 3 years ago
Updated 2 years ago
Enable 'float-cast-overflow' UBSan check
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: tsmith, Assigned: tsmith)
References
(Depends on 8 open bugs, Blocks 1 open bug, )
Details
-fsanitize=float-cast-overflow
: Conversion to, from, or between floating-point types which would overflow the destination. Because the range of representable values for all floating-point types supported by Clang is [-inf, +inf], the only cases detected are conversions from floating point to integer types.
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → twsmith
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Alias: float-cast-overflow
You need to log in
before you can comment on or make changes to this bug.
Description
•