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 it undefined behavior to mutate an immutable local variable?
Jan 27, 2023
rust
immutability
undefined-behavior
lambda: should capturing const reference by reference yield undefined behaviour?
Jan 21, 2023
c++
lambda
c++11
undefined-behavior
Is the right-hand side of an assignment always evaluated before the assignment?
Jan 11, 2023
python
python-2.7
undefined-behavior
operator-precedence
Undefined behaviour of right shift (a >> b) when b is greater than the number of bits in a?
Jan 10, 2023
c++
c
undefined-behavior
bit-shift
c++14
Why doesn't the compiler warn you if there is possible Undefined Behaviour?
Jan 08, 2023
c++
undefined-behavior
Does joining a member thread accessing other members of its parent class in the parent's destructor result in undefined behavior?
Jan 07, 2023
c++
multithreading
c++11
language-lawyer
undefined-behavior
Is transmuting bytes to a float safe or might it produce undefined behavior?
Jan 06, 2023
floating-point
rust
undefined-behavior
Is modifying an object through a pointer to const undefined behavior?
Dec 25, 2022
c
pointers
constants
language-lawyer
undefined-behavior
is bit_cast without compiler support for constexpr memcpy possible?
Dec 25, 2022
c++
undefined-behavior
constexpr
c++20
type-punning
Undefined behaviour with non-virtual destructors - is it a real-world issue?
Dec 23, 2022
c++
destructor
undefined-behavior
Does Java have undefined behavior like C++ does?
Dec 20, 2022
java
c++
undefined-behavior
side-effects
sequence-points
Why am I not getting a segfault error with this simple code?
Dec 21, 2022
c
arrays
pointers
segmentation-fault
undefined-behavior
Comparing struct pointers, casting away members, and UB
Dec 20, 2022
c
casting
undefined-behavior
void-pointers
strict-aliasing
Is &array[i] always equivalent to (array + i)? [duplicate]
Dec 19, 2022
c
pointers
language-lawyer
undefined-behavior
Can Valgrind catch all sorts of undefined behaviour?
Dec 18, 2022
c++
valgrind
undefined-behavior
Strange parameter passing - is this safe?
Dec 19, 2022
c++
undefined-behavior
Why does increment operation like "a[i] = i++;" result in undefined behavior? [duplicate]
Dec 18, 2022
c++
undefined-behavior
sequence-points
Why doesn't this for loop stop? [duplicate]
Dec 16, 2022
c++
arrays
for-loop
undefined-behavior
Is this undefined behavior in C? (c=x) + (c==y)
Dec 14, 2022
c
undefined-behavior
Is there valid "use cases" for Undefined Behaviour?
Dec 13, 2022
c++11
undefined-behavior
« Newer Entries
Older Entries »