Search code examples
Difference between Undefined Behavior and Ill-formed, no diagnostic message required...


c++language-lawyerundefined-behavior

Read More
Is this also an undefined behavior in Ansi C?...


cundefined-behavioransi-c

Read More
Does reading an uninitialized malloc() memory invoke Undefined Behaviors?...


cmallocundefined-behavior

Read More
Is writing over a not deinitialized object undefined behavior?...


pointersmemoryrustreferenceundefined-behavior

Read More
C calling free on not allocated memory...


cpointersundefined-behaviorfree

Read More
Dynamically allocated C array suddenly getting modified...


cdynamic-memory-allocationundefined-behaviorrealloc

Read More
C++ UBSAN produces false positives with derived objects...


c++undefined-behaviorubsan

Read More
Why am I getting an "a.exe has stopped working" error on Visual Studio Code for my linked ...


c++linked-listsingly-linked-listundefined-behaviornull-pointer

Read More
How to intrepret paragraph 1 of section 6.3.1.4 of C11 standard (about converting float to unsigned ...


clanguage-lawyerundefined-behavior

Read More
Union with volatile and non-volatile standard layout types...


c++language-lawyerundefined-behaviorvolatileunions

Read More
Custom destruction and deallocation of new'd object...


c++undefined-behaviorrtti

Read More
Is the code below well formed, in particular regarding aliasing rules?...


c++undefined-behaviorunionsstrict-aliasing

Read More
Unlocking an already unlocked thread...


cmultithreadingpthreadsundefined-behaviorcompiler-specific

Read More
Is signed integer overflow still undefined behavior in C++?...


c++c++11undefined-behaviorinteger-overflow

Read More
C++ Issue with scope?...


c++pointersscopeundefined-behaviorstorage-duration

Read More
How do I convert an arbitrary double to an integer while avoiding undefined behavior?...


c++type-conversionlanguage-lawyerundefined-behavior

Read More
(Where) Does clang document implementation-defined behavior?...


cgccclangundefined-behavior

Read More
string.clear() does not remove element properly...


c++stringundefined-behavior

Read More
Is range-based for-loop to iterate over an char[] is undefined-behavior?...


c++c++11undefined-behaviorranged-loops

Read More
what is the meaning of declaration e.g. void a(string b=0)...


c++parametersconstructorundefined-behaviordefault-arguments

Read More
Is it defined behaviour to assign to function call in or in if (C++17)...


c++c++17undefined-behavior

Read More
Is it undefined behavior to access an array out of bounds if I know what data is at the accessed adr...


c++stackundefined-behavior

Read More
Array "view" on an array of different type possible?...


arrayscommon-lispundefined-behavior

Read More
Is using enum class for flags undefined behavior?...


c++c++20undefined-behaviorenum-class

Read More
ImageMagick++ 7 causes non deterministic behavior in my C++ program...


c++imagemagickundefined-behavior

Read More
Is reading a property from an assignment expression UB in C...


cundefined-behavior

Read More
Assigning a subsection of C-style array using a std::array& without violating "strict alias...


c++undefined-behaviorstrict-aliasingstdarray

Read More
std::start_lifetime_as and UB in C++23 multithreaded application...


c++language-lawyerundefined-behaviorobject-lifetimec++23

Read More
Most appropriate type for opaque extern static in Rust?...


rusttypesstaticundefined-behaviorffi

Read More
Object Lifetime and undefined behavior...


c++undefined-behaviorobject-lifetime

Read More
BackNext