Open
Bug 1640253
Opened 5 years ago
Updated 2 years ago
Enable 'nonnull-attribute' UBSan check
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: tsmith, Assigned: tsmith)
References
(Depends on 5 open bugs, Blocks 1 open bug)
Details
Enabling this check will help detect issues that can have a negative affect on the code output by compilers. Some issues detected may be benign (or seem to be) at the moment but because of the nature of undefined behavior (UB) this issues should be fixed. More serious issues may arise when changing code, switching compilers (or versions) or optimization levels, etc... if not addressed.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → twsmith
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•