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
Why is Signed Overflow due to computation still Undefined Behavior in C++20
Feb 26, 2026
c++
c++20
undefined-behavior
integer-overflow
signed
Does C++23 guarantee std::launder can be omitted in placement new scenarios?
Feb 27, 2026
c++
compiler-optimization
undefined-behavior
c++23
stdlaunder
"Undefined behaviour" always undefined?
Feb 26, 2026
c
undefined-behavior
Does const char* alias with char*?
Feb 26, 2026
c
language-lawyer
undefined-behavior
Is it undefined behavior to do runtime borrow management with the help of raw pointers in Rust?
Feb 25, 2026
rust
language-lawyer
undefined-behavior
ffi
borrowing
call by reference, const correctness and read write access to referenced structures - Undefined Behavior
Feb 24, 2026
c
undefined-behavior
const-correctness
c89
pass-by-reference
is a[i++] = 3 undefined? [duplicate]
Feb 23, 2026
c
undefined-behavior
std::map - decrement iterator gives strange result?
Feb 21, 2026
c++
algorithm
dictionary
iterator
undefined-behavior
Correctness of misaligned access in C++
Feb 16, 2026
c++
memory
undefined-behavior
memory-alignment
Why does Deducing-This lambda require `this` to be a reference or capturing variables by reference?
Feb 17, 2026
c++
recursion
lambda
undefined-behavior
c++23
Does start_lifetime_as forbid access to original buffer?
Feb 15, 2026
c++
language-lawyer
undefined-behavior
lifetime
type-punning
Is it legal Rust to cast a pointer to a struct's first member to a pointer to the struct?
Feb 13, 2026
rust
language-lawyer
undefined-behavior
Implications of not assigning the return value of a function to a variable
Feb 08, 2026
c++
stack
undefined-behavior
Wrong constructor being called causes segmentation fault
Feb 08, 2026
c++
linker
undefined-behavior
one-definition-rule
Why v[i] = i++ is undefined behavior in C?
Feb 08, 2026
c
undefined-behavior
Is undefined behavior changing a literal array?
Feb 07, 2026
c
arrays
pointers
undefined-behavior
Is it possible for a programming language to confidently prevent undefined behavior on stack overflow?
Feb 07, 2026
assembly
programming-languages
stack-overflow
undefined-behavior
callstack
Why is this not a memory leak in C++?
Feb 06, 2026
c++
memory-leaks
valgrind
undefined-behavior
unique-ptr
C++ sequence points and changes to evaluation order in C++17 [duplicate]
Feb 06, 2026
c++
c++17
undefined-behavior
sequence-points
When does returning an rvalue reference result in undefined behavior?
Feb 04, 2026
c++
c++11
undefined-behavior
rvalue-reference
Older Entries »