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)

enhancement

Tracking

(Not tracked)

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: nobody → twsmith
Depends on: 1649306
Depends on: 1649311
Depends on: 1649314
Depends on: 1649316
Depends on: 1649320
Depends on: 1649322
Depends on: 1649323
Depends on: 1649648
Severity: normal → S3
Alias: ubsan-nonnull-attribute
Keywords: meta
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.