Open
Bug 1640253
(ubsan-nonnull-attribute)
Opened 6 years ago
Updated 3 months ago
[meta] 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
(Keywords: meta)
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•6 years ago
|
Assignee: nobody → twsmith
Updated•3 years ago
|
Severity: normal → S3
Updated•3 months ago
|
Summary: Enable 'nonnull-attribute' UBSan check → [meta] Enable 'nonnull-attribute' UBSan check
You need to log in
before you can comment on or make changes to this bug.
Description
•