actions icon indicating copy to clipboard operation
actions copied to clipboard

clang-asan shows successful check even when UndefinedBehaviorSanitizer triggered

Open andrjohns opened this issue 1 year ago • 1 comments

Just to wanted to check if this is expected/intended behaviour - when the clang-asan container detects undefined behaviour, the workflow still reports a successful completion. Should the workflow fail on detection, or is the intent to always inspect the output results? Thanks!

Can be seen in this run: https://github.com/andrjohns/QuickJSR/actions/runs/9077288982/job/24941850497

andrjohns avatar May 14 '24 09:05 andrjohns

Thanks, that's a bug indeed.

gaborcsardi avatar May 14 '24 10:05 gaborcsardi

I believe that this is now fixed: https://github.com/gaborcsardi/QuickJSR/actions/runs/9257833349/job/25466778924

gaborcsardi avatar May 27 '24 16:05 gaborcsardi