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
Is dereference null pointer UB in C++20?
Aug 07, 2026
c++
language-lawyer
c++20
undefined-behavior
Is the use of unknown escape sequence invokes undefined behavior in C++?
Aug 07, 2026
c++
special-characters
undefined-behavior
Little endian and overwriting memory location
Aug 05, 2026
c
memory
undefined-behavior
endianness
Is a conversion from a double to a float always potentially invoking undefined behaviour?
Aug 05, 2026
c
floating-point
standards
undefined-behavior
c99
Is it guaranteed that all forms of Undefined Behavior are caught when evaluating a constant expression
Aug 04, 2026
c++
language-lawyer
undefined-behavior
evaluation
All programs were UB before C++20?
Aug 04, 2026
c++
language-lawyer
c++20
undefined-behavior
Can you return an integer by dereferencing a pointer?
Aug 04, 2026
c++
pointers
undefined-behavior
Is the behaviour of std::chrono::round on out-of-range values as intended?
Aug 02, 2026
c++
c++17
rounding
undefined-behavior
c++-chrono
When is an erroneous value not valid for the object's type?
Aug 02, 2026
c++
language-lawyer
undefined-behavior
c++26
erroneous-behavior
How to correctly use std::arch::_mm_loadu_si128 / _mm_storeu_si128
Jul 30, 2026
rust
undefined-behavior
simd
memory-alignment
Using Address Sanitizer or other Undefined Behavior Sanitizers in Production?
Jul 26, 2026
c++
undefined-behavior
clang++
address-sanitizer
Is it undefined to initialize a class member in overloaded operator new?
Jul 25, 2026
c++
initialization
new-operator
undefined-behavior
UINT_MAX->float->uint32_t Results in 0 on VC++
Jul 24, 2026
c++
floating-point
undefined-behavior
Why does "int x = 5; printf("%d %d %d", x==5, x=10, x==5);" in C print "0 10 0"? [duplicate]
Jul 22, 2026
c
printf
undefined-behavior
What does return; in a C function of boolean return type return?
Jul 22, 2026
c
function
boolean
return
undefined-behavior
Safely check if signed multiplication would overflow in C++17
Jul 20, 2026
c++
c++17
undefined-behavior
integer-arithmetic
qsort with size 0 undefined? [closed]
Jul 15, 2026
c
language-lawyer
undefined-behavior
qsort
How does shift operator work with negative numbers in c++
Jul 14, 2026
c++
undefined-behavior
bit-shift
Signed integer overflow undefined behavior
Jul 10, 2026
c++
language-lawyer
undefined-behavior
Older Entries »