Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in undefined-behavior
Can alloca() cause stack corruption in a variadic function when arguments are mismatched?
Sep 20, 2026
c
undefined-behavior
variadic-functions
alloca
stack-corruption
UBSAN reports: -875 << 7 as undefined behaviour
Sep 20, 2026
c
bit-manipulation
undefined-behavior
ubsan
Does dereferencing void**-casted type** break strict aliasing?
Sep 19, 2026
c
undefined-behavior
strict-aliasing
Using offsetof for template classes
Sep 18, 2026
c++
language-lawyer
undefined-behavior
offsetof
Safest way to efficiently modify set element that is used as a key
Sep 16, 2026
c++
performance
set
undefined-behavior
Can all bits 0 be a trap representation for integers?
Sep 15, 2026
c
language-lawyer
undefined-behavior
calloc
Can an union's destructor be trivial?
Sep 15, 2026
c++
language-lawyer
undefined-behavior
unions
Passing uninitialized variables safety
Sep 15, 2026
c++
function
undefined-behavior
Passing a temporary by const pointer instead of const reference; is this workaround well-formed?
Sep 11, 2026
c++
language-lawyer
undefined-behavior
lifetime
initial or terminal malloc buffer possible?
Sep 09, 2026
c
for-loop
pointers
malloc
undefined-behavior
Why does static_cast conversion speed up an un-optimized build of my integer division function?
Sep 09, 2026
c++
assembly
type-conversion
x86-64
undefined-behavior
Does calling an empty function in C invoke UB?
Sep 10, 2026
c
undefined-behavior
Out of bounds pointer arithmetic not detected?
Sep 07, 2026
c++
undefined-behavior
Will gcc skip this check for signed integer overflow?
Sep 06, 2026
c++
gcc
undefined-behavior
integer-overflow
Modifying object representation in presence of padding bits
Sep 04, 2026
c++
language-lawyer
c++20
undefined-behavior
bit-cast
How can I move std::tuple elements out of a class object?
Sep 01, 2026
c++
c++14
undefined-behavior
move-semantics
stdtuple
Is signed integer overflow undefined behaviour or implementation defined?
Sep 01, 2026
c
undefined-behavior
implementation-defined-behavior
Is INT_MIN * -1 a no-op on x86?
Sep 01, 2026
x86
undefined-behavior
signed
integer-overflow
Is using enum class for flags undefined behavior?
Aug 27, 2026
c++
c++20
undefined-behavior
enum-class
Older Entries »