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
Division by zero and undefined behaviour in C
Feb 19, 2022
c
language-lawyer
undefined-behavior
uninitialized local variable with c++11 default
Oct 27, 2022
c++
c++11
undefined-behavior
default-constructor
Is an (empty) infinite loop undefined behavior in C?
Oct 18, 2022
c
infinite-loop
undefined-behavior
Throwing C++ exception through C function call
Oct 19, 2020
c++
c
function
exception
undefined-behavior
Do aliasing mutable raw pointers (*mut T) cause undefined behaviour?
Aug 26, 2022
rust
undefined-behavior
unsafe
Is it undefined behavior to #define/#undef an identifier with special meaning?
Oct 24, 2022
c++
c++11
language-lawyer
undefined-behavior
Why does operator* of rvalue unique_ptr return an lvalue?
Oct 10, 2022
c++
c++11
undefined-behavior
unique-ptr
rvalue-reference
Weird behavior with a manually defined strlen
Jul 03, 2022
c++
std
language-lawyer
undefined-behavior
Do parentheses force order of evaluation and make an undefined expression defined?
Nov 04, 2022
c++
c
expression
undefined-behavior
operator-precedence
Is it well-defined/legal to placement-new multiple times at the same address?
Sep 24, 2022
c++
undefined-behavior
language-lawyer
placement-new
Does not evaluating the expression to which sizeof is applied make it legal to dereference a null or invalid pointer inside sizeof in C++?
Apr 26, 2017
c++
language-lawyer
sizeof
undefined-behavior
null-pointer
Does `int a = 0, b = a` have undefined behavior? [duplicate]
Oct 27, 2022
c++
declaration
undefined-behavior
Is `*--p` actually legal(well formed) in C++03
Nov 16, 2016
c++
undefined-behavior
language-lawyer
c++03
Why does Rust disallow mutable aliasing?
Aug 23, 2022
rust
undefined-behavior
lifetime
In C, if I cast & dereference a pointer, does it matter which one I do first?
Sep 16, 2022
c
casting
undefined-behavior
How to spot undefined behavior
Sep 19, 2018
c++
c
undefined-behavior
Assigning a reference by dereferencing a NULL pointer
Sep 23, 2022
c++
pointers
reference
undefined-behavior
null-pointer
Is using sizeof on a variable where a type of the same name exists well defined?
Sep 22, 2022
c
sizeof
undefined-behavior
Are there sequence points in the expression a^=b^=a^=b, or is it undefined?
Oct 15, 2022
c
undefined-behavior
sequence-points
compound-assignment
GCC 4.8 with GNU STL produces bad code for std::string constructor?
Jan 30, 2022
c++
gcc
stl
undefined-behavior
« Newer Entries
Older Entries »