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
C/C++ unions and undefined behaviour
Mar 16, 2023
c++
c
language-lawyer
undefined-behavior
unions
Does iterating over my_dict.keys() and modifying the values in the dictionary invalidate the iterator?
Mar 15, 2023
python
iterator
undefined-behavior
Temporary in a function call: UB? [duplicate]
Mar 13, 2023
c++
language-lawyer
undefined-behavior
Memory confusion for strncpy in C
Mar 13, 2023
c
memory
memory-management
memory-leaks
undefined-behavior
Invalidated iterator in a vector
Mar 12, 2023
c++
vector
iterator
language-lawyer
undefined-behavior
C free memory on stack
Mar 07, 2023
c
free
undefined-behavior
Why is one of these examples undefined behavior and the other is not?
Mar 06, 2023
c++
undefined-behavior
How do compilers know C++ constexpr computations do not trigger undefined behavior?
Mar 05, 2023
c++
language-lawyer
undefined-behavior
constexpr
Is it undefined behavior to get the address of an array element that is out of bounds?
Mar 05, 2023
c
arrays
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
Older Entries »