Search code examples
Signed integer overflow, intrinsics, and undefined behaviour...

c++windowsvisual-studioundefined-behaviorintrinsics

Read More
Clang: how to force crash/exception of runtime error due to -fsanitize=undefined...

cclangundefined-behavior

Read More
Alipne.js total not defined...

javascriptwordpressxcodeundefined-behavioralpine.js

Read More
Is it undefined behavior to initialize a variable with a value returned by an expression that assign...

c++undefined-behavior

Read More
Members wrongly initialized in nested aggregate? (MSVC)...

c++visual-c++c++20undefined-behavior

Read More
Code with undefined behavior in C#...

c#c++undefined-behavior

Read More
When is a panic on a Rust FFI boundary Undefined Behavior?...

rustlanguage-lawyerundefined-behaviorffi

Read More
Storing address of address of function?...

c++undefined-behaviorlifetime

Read More
What is the strict aliasing rule?...

c++cundefined-behaviorstrict-aliasingtype-punning

Read More
How 'undefined' a race condition can be?...

c++multithreadingundefined-behaviorrace-condition

Read More
Is `reinterpret_cast`ing between hardware SIMD vector pointer and the corresponding type an undefine...

c++x86language-lawyerundefined-behaviorintrinsics

Read More
Unknown Output of C code...

cpointersundefined-behaviorunsigned-integer

Read More
Tracking All Instances While Preserving Const Correctness...

c++undefined-behaviorconst-correctness

Read More
Is casting a null pointer to a reference defined behavior?...

c++castingreferencenullundefined-behavior

Read More
Consistency of undefined behavior for a fixed compiler...

c++gccundefined-behaviorgcc10

Read More
Why does exactly -LLONG_MIN lead to undefined behavior?...

clanguage-lawyerundefined-behaviorinteger-overflownegation

Read More
Does QObject distinguish between stack and heap allocated children when deleting?...

c++qtmemory-managementundefined-behaviorqobject

Read More
==284==ERROR: AddressSanitizer: stack-buffer-underflow...

cundefined-behaviorcircular-bufferboyer-moorestackunderflow

Read More
Undefined behaviour in a simple version of the Boyer Moore algorithm...

cundefined-behaviorboyer-moore

Read More
Is there a C++ implementation that detects all undefined behavior?...

c++undefined-behaviorsanitizer

Read More
Same C code, different output on Mac & Linux...

clinuxmacosgccundefined-behavior

Read More
why would the optimization ignore the if statement when function has warning [-Wreturn-type]?...

c++assemblyoptimizationcompiler-optimizationundefined-behavior

Read More
Why does flowing off the end of a non-void function without returning a value not produce a compiler...

c++cgccg++undefined-behavior

Read More
How to move std::tuple elements out of a class object?...

c++c++14undefined-behaviormove-semanticsstdtuple

Read More
When can static_cast be used safely for downcasting in C++?...

c++undefined-behaviordynamic-castdowncaststatic-cast

Read More
Is the scope of a variable initialized in the arguments of a loop undefined behaviour or implementat...

cloopsscopeundefined-behavior

Read More
How can I explain undefined behavior to know-it-all newbies?...

c++undefined-behavior

Read More
Is this cast of void pointer valid code or vile code?...

ccastingundefined-behavior

Read More
Implementation of std::start_lifetime_as()...

c++undefined-behaviorlifetimestrict-aliasingc++23

Read More
C++: is it undefined behaviour to create with a bitwise copy of an object using a C-style cast to ch...

c++undefined-behavior

Read More
BackNext