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 expected that a too large bitshift is undefined behavior in Rust?
Aug 15, 2022
rust
undefined-behavior
bit-shift
Can you violate ODR with structured bindings on a class type
Sep 05, 2022
c++
undefined-behavior
one-definition-rule
c++17
structured-bindings
Does this program with bounded recursion have undefined behavior?
Aug 26, 2022
c++
recursion
c++17
undefined-behavior
Is (a=1)=2 undefined behaviour in C++98?
Nov 10, 2022
c++
language-lawyer
undefined-behavior
c++98
sequence-points
How do I force a warning from using an array of wrong size when passed to function?
Sep 20, 2022
arrays
c
casting
language-lawyer
undefined-behavior
unsigned integer addition and undefined behavior in C90
Oct 19, 2022
c
standards
undefined-behavior
unsigned-integer
c89
Does this avoid UB
Jun 25, 2022
c
language-lawyer
undefined-behavior
std::sort - is passing a faulty comparator undefined behavior?
Sep 11, 2022
c++
stl
undefined-behavior
When are type-punned pointers safe in practice?
Oct 19, 2022
c++
undefined-behavior
strict-aliasing
About aligned storage and trivially copyable/destructible types
Apr 16, 2022
c++
language-lawyer
c++17
undefined-behavior
C++ Union Member Access And Undefined Behaviour
Oct 18, 2022
c++
language-lawyer
undefined-behavior
unions
Is modifying an object more than once in an expression through its name and through its reference well-defined?
May 26, 2022
c++
reference
c++17
undefined-behavior
Implicit declaration in C
Jan 03, 2018
c
c99
undefined-behavior
language-lawyer
implicit-declaration
Is casting a struct T* to a struct C* undefined behavior, if T's first field is a C?
Mar 18, 2022
c
undefined-behavior
speex
Is this C++ member initialization behavior well defined?
Aug 28, 2022
c++
constructor
initialization
undefined-behavior
default-constructor
Undefined behaviour in repeated use of prefix ++ operator
Apr 05, 2022
c++
c++11
undefined-behavior
c++17
What are the reasons that extending the std namespace is considered undefined behavior?
Sep 07, 2022
c++
undefined-behavior
c++-standard-library
C++ postfix expression undefined vs unspecified behaviour
May 26, 2022
c++
language-lawyer
c++14
undefined-behavior
operator-precedence
Is it legal to call memcpy with zero length on a pointer just past the end of an array?
Sep 06, 2022
c
pointers
language-lawyer
undefined-behavior
With std::vector, why is &vec[0] undefined behavior, but vec.data() safe?
Aug 12, 2022
c++
arrays
c++11
vector
undefined-behavior
« Newer Entries
Older Entries »