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
It it UB to read some contiguous array cells as a larger type?
Apr 29, 2026
c++
arrays
undefined-behavior
Is dereferencing std::span::end always undefined?
Apr 28, 2026
c++
iterator
language-lawyer
undefined-behavior
std-span
Is this a well-defined way to access bitfield bits by index in C11
Apr 28, 2026
c
language-lawyer
undefined-behavior
c11
bit-fields
Are nullptr references undefined behaviour in C++? [duplicate]
Apr 28, 2026
c++
reference
undefined-behavior
nullptr
Accessing an uninitialised static field in Java
Apr 28, 2026
java
jvm
javac
static-members
undefined-behavior
Why is this usage of setjmp/longjmp undefined behavior?
Apr 27, 2026
c++
undefined-behavior
setjmp
Is this expression statement in a C programming exam question undefined behavior?
Apr 27, 2026
c
undefined-behavior
Is it well defined to cast to an identical layout with const members?
Apr 26, 2026
c++
constants
language-lawyer
undefined-behavior
strict-aliasing
Indirectly calling non-const function on a const object
Apr 25, 2026
c++
function
constants
undefined-behavior
Is computing a pointer to uninitialized memory undefined behavior in C?
Apr 22, 2026
c
pointers
undefined-behavior
pointer-arithmetic
Calling C function which takes no parameters with parameters
Apr 21, 2026
c
32bit-64bit
stack-trace
undefined-behavior
calling-convention
Is left shifting unsigned int more than its bit field width, but less than its type size undefined?
Apr 21, 2026
c
undefined-behavior
bit-shift
bit-fields
integer-promotion
Bitwise operations act outside of type width in C; Compiler Bug or Within Spec?
Apr 21, 2026
c
linux
gcc
bitwise-operators
undefined-behavior
Undefined behavior allowed in constexpr -- compiler bug?
Apr 19, 2026
c++
undefined-behavior
constexpr
C++ pointer weird undefined behaviour
Apr 17, 2026
c++
pointers
undefined-behavior
What sequence of operations could possibly have `int i = 1; f(i++, i);` invoke `f(2, 2)`?
Apr 15, 2026
c++
c++17
undefined-behavior
sequence-points
Undefined behaviour or not undefined behaviour
Apr 15, 2026
c
language-lawyer
undefined-behavior
Is accessing static class member via unitilialized pointer UB?
Apr 14, 2026
c++
static
language-lawyer
undefined-behavior
Debug vs Release behavior mystery in VC++ 6.0
Apr 13, 2026
c++
visual-c++
undefined-behavior
Confused by undefined C++ shift operator behavior and wrapping "pattern space"
Apr 11, 2026
c++
undefined-behavior
bit-shift
Older Entries »