[clang-trunk] Perma SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /builds/worker/checkouts/gecko/security/nss/lib/freebl/loader.c:95:12 in
Categories
(Core :: Sanitizers, defect, P5)
Tracking
()
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
Attachments
(1 file)
Filed by: mh [at] glandium.org
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=421643766&repo=toolchains
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/F7UPDCGFRBWgmPpLAH6Ldw/runs/0/artifacts/public/logs/live_backing.log
[task 2023-07-05T23:45:03.860Z] 23:45:03 INFO - PID 1545 | SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /builds/worker/checkouts/gecko/security/nss/lib/freebl/loader.c:95:12 in
Comment 1•2 years ago
|
||
Clang has recently added support for function UB sanitizing for C, but
it catches cases in e.g. NSS and SQLite that are IMHO a gray area rather
than a clear case of UB (https://reviews.llvm.org/D148827#4422709).
Updated•2 years ago
|
Updated•2 years ago
|
Comment 3•2 years ago
|
||
| bugherder | ||
| Comment hidden (Intermittent Failures Robot) |
Comment 5•1 year ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:glandium, maybe it's time to close this bug?
For more information, please visit BugBot documentation.
Comment 6•1 year ago
|
||
This still needs to be fixed, but I don't expect to come to it for a while.
Description
•