List Question
20 TechQA 2024-03-23T06:18:34.933000Why is bitset::set() triggering undefined behavior
68 views
Asked by Michael
GCC UBSAN visibility=hidden and rtti
71 views
Asked by Max
How to disable a UBSAN rule on std lib?
48 views
Asked by Gorez Tony
Can ubsan catch launder
64 views
Asked by Amb
Can you static_cast to derived class pointer in base class constructor, if the derived class is polymorphic?
187 views
Asked by Yksisarvinen
How to use ubsan for llvm .bc file
96 views
Asked by user22906126
How to detect ubsan presence with g++
106 views
Asked by Jean-Michaël Celerier
Issue with UBA sanitizer casting negative double to unsigned long long on C++
134 views
Asked by Raz Cohen
Strange clang c++ ubsan error when moving std::ostringstream
84 views
Asked by user5406764
Running santizers (ubsan, asan, etc) on python code containing C++ wrapped by pybind11
512 views
Asked by Steven Scott
Confusing UBSan results for integer overflows
437 views
Asked by Ofek Shilon
Where is the data race in this simple c++ code
1.5k views
Asked by Özgür Murat Sağdıçoğlu
Undefined Behavior Sanitizer missing addition overflow check
565 views
Asked by JoeManiaci
How to catch `abi::__forced_unwind` while keeping UBSan happy?
640 views
Asked by Marc Mutz - mmutz
Why does `-fno-omit-frame-pointer` interfere with ASAN?
1.3k views
Asked by Emanuel Schmidt
Shouldn't I be warned about undefined behavior with -INT_MIN?
79 views
Asked by einpoklum
What's the idiomatic way of enabling UB sanitization in CMake?
1.7k views
Asked by einpoklum
Trigger a test failure when UBSAN (-fsanitize=undefined) finds undefined behaviour
1.3k views
Asked by Steve Lorimer
Suppress UndefinedBehaviorSanitizer warnings from external libraries
1.4k views
Asked by 0x5453