Added asan and ubsan to CI#713
Conversation
efa41d2 to
e63d78c
Compare
|
@vasdal , |
|
Reproduced on GCC 13.3.0 (what ubuntu-latest and the Godbolt g133 link use). The issue reproduces.
I printed the actual The existing test/ft/actions_process.cpp already hits this path, so it segfaults on master under the new job and passes with the fix — no new test needed, it just slipped through because there was no sanitizer job before. Two small comment nits (it lives in the header): it says "GCC-11" but everything I saw fail is GCC 13.x, and "false positive" is really a miscompilation/crash. Otherwise LGTM. |
e63d78c to
8b427ee
Compare
|
Thanks @PavelGuzenfeld, fixed the comment now. |
|
Thank you @vasdal and @PavelGuzenfeld |
Problem:
Discovered that asan,ub triggers on gcc
Fails:
Solution:
Fixed: https://godbolt.org/z/noKnzbh8K
Issue: #
Reviewers:
@kris-jusiak
@PavelGuzenfeld