Are unsynchronized writes to g...


c++multithreadinglanguage-lawyerundefined-behaviorimplementation-defined-behavior

Read More
What can go wrong if cout.rdbu...


c++fstreamundefined-behaviorstreambuf

Read More
Is it UB to twice drop the sam...


rustundefined-behavior

Read More
Union-based type punning and m...


c++cundefined-behaviorunionstype-punning

Read More
Initializing Base class and me...


c++initializationc++20undefined-behaviorbase-class

Read More
Can I safely assign a non-nil ...


swiftlanguage-lawyerundefined-behaviorswift-optionals

Read More
Do we really need std::start_l...


c++standardsundefined-behaviorlifetimec++26

Read More
Does C++23 guarantee std::laun...


c++compiler-optimizationundefined-behaviorc++23stdlaunder

Read More
Is it technically UB to static...


c++language-lawyerc++20undefined-behaviorlifetime

Read More
Is a unique_ptr with custom de...


c++undefined-behaviorunique-ptr

Read More
In Rust, is it sound to do pla...


pointersrustlanguage-lawyerundefined-behavior

Read More
Near constant time rotate that...


c++bitwise-operatorsundefined-behaviorbit-shiftconstant-time

Read More
Is 'while(1);' undefin...


clanguage-lawyerinfinite-loopundefined-behavior

Read More
UB or not UB, concurrently ope...


rustconcurrencystaticsynchronizationundefined-behavior

Read More
why does the returning local v...


c++pointersundefined-behavior

Read More
Does the IOC (Implicitly Objec...


c++standardsundefined-behaviorlifetimec++23

Read More
Is it UB to skip the destructo...


c++undefined-behaviorlifetime

Read More
What's the best C++ way to...


c++portabilityundefined-behaviormultiplication

Read More
Does const char* alias with ch...


clanguage-lawyerundefined-behavior

Read More
Is use of uninitialized static...


c++initializationundefined-behavior

Read More
Is it safe to cast a struct po...


cstructundefined-behaviormemory-alignment

Read More
Why bind member function works...


c++c++17undefined-behavior

Read More
Why does this implementation o...


cundefined-behavior

Read More
Is reinterpret_cast between un...


c++language-lawyerundefined-behaviorreinterpret-casttype-punning

Read More
Why does flowing off the end o...


c++cgccg++undefined-behavior

Read More
Is it safe to modify std::stri...


c++undefined-behaviorstring-view

Read More
What should happen when printi...


c++initializationundefined-behavior

Read More
Type representations and undef...


clanguage-lawyerundefined-behavior

Read More
Flexible array member issues w...


cundefined-behaviormemory-alignmentstrict-aliasingflexible-array-member

Read More
Is this use of c_str with exce...


c++exceptionc++14undefined-behaviorstack-unwinding

Read More