Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in undefined-behavior

Assignment operator sequencing in C11 expressions

Array declared as int v[100] but &(v[100]) gives no warning

Rationale of restrictive rules for extract and re-insert with map

Can I use rvalue reference to temporary? Is it undefined behavior or not?

Is Python's bool sorting defined?

C - is an indeterminate value indeterminable?

How much does the C standard library extensibility affect C++ programs?

Is it undefined behavior to exceed translation limits and are there checker tools to find it?

Different results for idiv instruction

Segmentation fault on gcc caused by lambda wrapper over variadic template function call

Is it well-defined behaviour to exit the program before main?

Is this downcasting undefined?

Non-trivial example of undefined behavior with const_cast

c++ undefined-behavior

Are non-terminating constexpr functions well-defined?

Division by zero and undefined behaviour in C

uninitialized local variable with c++11 default

Is an (empty) infinite loop undefined behavior in C?

Throwing C++ exception through C function call

Do aliasing mutable raw pointers (*mut T) cause undefined behaviour?

Is it undefined behavior to #define/#undef an identifier with special meaning?