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
What is the difference between [T; N] and U if U is always set to [T; N]?
Nov 02, 2022
generics
rust
undefined-behavior
Safety of casting arbitrary types to usize
Nov 01, 2022
casting
rust
atomic
undefined-behavior
Is left-shifting a negative value undefined behavior in Rust?
Oct 30, 2022
rust
undefined-behavior
2D Array indexing - undefined behavior?
Oct 21, 2022
c
arrays
multidimensional-array
undefined-behavior
Can undefined behavior which would follow a getc() alter program behavior if the getc() exits via SIGINT
Oct 21, 2022
c
language-lawyer
undefined-behavior
Cannot copy strings from pointer array with strcpy in C? [duplicate]
Oct 19, 2022
c
undefined-behavior
strcpy
string-literals
How to work with pointers into raw memory provided by custom allocators (without UB)?
Oct 16, 2022
c++
c++17
language-lawyer
undefined-behavior
allocator
Is this write to an array truly undefined behavior in C? [duplicate]
Oct 16, 2022
c
pointers
gcc
clang
undefined-behavior
Are multiple mutations of the same variable within initializer lists undefined behavior pre C++11
Oct 04, 2022
c++
language-lawyer
undefined-behavior
initializer-list
C++: Return type of std::tie with std::ignore
Oct 03, 2022
c++
c++11
stl
tuples
undefined-behavior
Does reading or writing a whole 32-bit word, even though we only have a reference to a part of it, result in undefined behaviour?
Jun 19, 2021
rust
undefined-behavior
strict-aliasing
memory-model
Is a = 0; b = (a++, a + 1) ; undefined behavior (UB)?
Aug 09, 2019
c++
c++11
undefined-behavior
Are all functions in C/C++ assumed to return?
Sep 23, 2022
c++
c
optimization
language-lawyer
undefined-behavior
Is accessing a static out of scope undefined behavior?
Sep 10, 2022
c++
scope
static
undefined-behavior
lifetime
Is the following an undefined behavior? i = func(i)
Sep 09, 2022
c++
undefined-behavior
Using GCC Undefined Behavior Sanitizer
Oct 05, 2022
c++
gcc
undefined-behavior
undefined-reference
ubsan
Adding named item to named list - guaranteed to append to end of list?
May 15, 2022
r
list
undefined-behavior
insertion
named
In C and C++, is an expression using the comma operator like "a = b, ++a;" undefined?
Jan 26, 2019
c++
c
undefined-behavior
Can undefined behavior erase the hard drive?
Jan 12, 2021
c++
memory
undefined-behavior
« Newer Entries
Older Entries »