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
In C++, does initializing a global variable with itself have undefined behaviour?
Sep 12, 2022
c++
language-lawyer
undefined-behavior
Why can't the C compiler optimize changing the value of a const pointer assuming that two pointers to the same variable would be illegal/UB?
Aug 26, 2022
c
rust
undefined-behavior
strict-aliasing
A C++ implementation that detects undefined behavior?
Aug 25, 2022
c++
undefined-behavior
Multithreading program stuck in optimized mode but runs normally in -O0
Aug 25, 2022
c++
multithreading
thread-safety
undefined-behavior
data-race
Is copying 2D arrays with "memcpy" technically undefined behaviour?
Sep 15, 2022
c++
c
multidimensional-array
language-lawyer
undefined-behavior
What are the common undefined/unspecified behavior for C that you run into? [closed]
Aug 25, 2022
c
language-lawyer
undefined-behavior
unspecified-behavior
C++ compilation bug?
Aug 19, 2022
c++
gcc
undefined-behavior
Is masking before unsigned left shift in C/C++ too paranoid?
Oct 12, 2022
c++
c
language-lawyer
undefined-behavior
integer-arithmetic
why does long long 2147483647 + 1 = -2147483648? [duplicate]
Aug 25, 2022
c++
c
undefined-behavior
integer-overflow
twos-complement
Is a^a or a-a undefined behaviour if a is not initialized?
Aug 25, 2022
c
undefined-behavior
Why doesn't 'd /= d' throw a division by zero exception when d == 0?
Aug 17, 2022
c++
compiler-optimization
undefined-behavior
division
divide-by-zero
Program behaving strangely on online IDEs
Oct 19, 2022
c++
undefined-behavior
integer-overflow
Is it legal for source code containing undefined behavior to crash the compiler?
Aug 17, 2022
c++
language-lawyer
undefined-behavior
Undefined behavior and sequence points reloaded
Aug 02, 2022
c++
undefined-behavior
c++-faq
sequence-points
Is signed integer overflow still undefined behavior in C++?
Aug 17, 2022
c++
c++11
undefined-behavior
integer-overflow
At what point in the loop does integer overflow become undefined behavior?
Aug 17, 2022
c++
c
undefined-behavior
integer-overflow
Why does printf("%f",0); give undefined behavior?
Aug 17, 2022
c++
c
printf
implicit-conversion
undefined-behavior
Detecting signed overflow in C/C++
Nov 01, 2022
c++
c
undefined-behavior
signed
integer-overflow
Can branches with undefined behavior be assumed unreachable and optimized as dead code?
Feb 25, 2022
c++
language-lawyer
undefined-behavior
dead-code
unreachable-code
(Why) is using an uninitialized variable undefined behavior?
Aug 17, 2022
c
undefined-behavior
initialization
« Newer Entries
Older Entries »