C++: is it undefined behaviour...


c++undefined-behavior

Read More
Why can't linux write more...


clinuxundefined-behavior

Read More
What happens if memory for a f...


cprintfundefined-behaviorformat-stringrestrict-qualifier

Read More
When is it valid to access a p...


cpointerslanguage-lawyerundefined-behavior

Read More
Why do shared_ptr and unique_p...


c++memory-leaksundefined-behaviorvirtual-inheritance

Read More
const_cast vs mutable and unde...


c++undefined-behaviormutableconst-cast

Read More
Writing out of boundary matrix...


cmemoryundefined-behavior

Read More
Linked list without malloc...


cmallocundefined-behaviorsingly-linked-liststorage-duration

Read More
Placement new + reinterpret_ca...


c++language-lawyerundefined-behaviorreinterpret-caststrict-aliasing

Read More
Not returning from a function ...


c++undefined-behavior

Read More
Is moving the target of a raw ...


rustundefined-behaviorraw-pointer

Read More
Passing a temporary by const p...


c++language-lawyerundefined-behaviorlifetime

Read More
"*s = 0" being optim...


cgccundefined-behavior

Read More
Why is the C preprocessor a su...


clanguage-lawyerc-preprocessorundefined-behaviorc11

Read More
Safety of using std::ptr::writ...


optimizationrustcompiler-optimizationundefined-behavior

Read More
Downcasting base class instanc...


c++undefined-behaviordowncast

Read More
What's a proper way of typ...


c++undefined-behaviorgcc-warningstrict-aliasingtype-punning

Read More
C++ casting int into enum then...


c++serializationenumsunionundefined-behavior

Read More
Find a value y such (x < y)...


cundefined-behaviorinteger-overflow

Read More
Reserve memory in base class t...


c++structundefined-behaviorderived-classbit-fields

Read More
Is viewing an integer as an ar...


c++undefined-behavior

Read More
C++ why does va_start expect t...


cundefined-behaviorvariadic-functions

Read More
reinterpret_cast of pointer-to...


c++language-lawyerundefined-behavior

Read More
Generating prefix bitmasks...


c++cbit-manipulationundefined-behaviorbranchless

Read More
Why doesn't deleting a poi...


c++pointersmemory-leaksundefined-behaviordelete-operator

Read More
Does dereferencing deleted poi...


c++pointersvisual-c++crashundefined-behavior

Read More
Are you allowed to copy a poin...


c++undefined-behaviordelete-operator

Read More
Why are these constructs using...


cincrementundefined-behavioroperator-precedencesequence-points

Read More
Is it undefined behavior to ac...


clanguage-lawyerundefined-behaviorstrict-aliasing

Read More
Is casting strings from `wchar...


c++c++17language-lawyerundefined-behaviorstrict-aliasing

Read More