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
How can a literal 0 and 0 as a variable yield different behavior with the function __builtin_clz?
Mar 05, 2023
c++
gcc
assembly
undefined-behavior
intrinsics
How to catch glaring undefined behavior statically?
Mar 04, 2023
c++
undefined-behavior
clion
Is incrementing a _Bool defined?
Mar 05, 2023
c
boolean
increment
undefined-behavior
Is reading an uninitialized value always an undefined behaviour? Or are there exceptions to it?
Mar 04, 2023
c
initialization
undefined-behavior
Is the expression (a=b) = k UB?
Feb 26, 2023
c++
expression
undefined-behavior
operation on 'i' may be undefined [duplicate]
Feb 13, 2023
c
undefined-behavior
sequence-points
Is using an assignment operator in a function argument undefined behaviour?
Feb 10, 2023
c++
undefined-behavior
operator-precedence
Is rightshifting signed int by 8 * sizeof(int) or more undefined?
Feb 08, 2023
c
undefined-behavior
bit-shift
constexpr and undefined behavior
Jan 28, 2023
c++
language-lawyer
undefined-behavior
constexpr
Write to uninitialized variable: undefined behaviour?
Jan 28, 2023
c++
undefined-behavior
Is it safe to do something like foo(x, &x)?
Jan 27, 2023
c
language-lawyer
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
« Newer Entries
Older Entries »